This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
from fd1a5920e linter: more performance optimization
new 63177f98d formatter: insert space after multi-line comment in some
cases
new 5a5604901 formatter: fix extra space before comma if comment appears
in array or object literal
new 1338eb56e formatter: fix extra space before colon if comment appears
in object literal
new 4619990e9 formatter: mxml-align-attributes and
mxml-insert-new-line-attributes should not be considered advanced command line
options
new 6d13e5c8f formatter: new option mxml-indent-cdata
new c3fad5d6b formatter: new option indent-package-contents
new b90b5a889 formatter: new option indent-switch-contents
new aff467b61 formatter: fix switch indent not decreasing if case/default
starts with block, but has non-block content after
new 0277b3ee5 formatter: add missing Config annotation to some config
options
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/royale/formatter/ASTokenFormatter.java | 129 +++++++++++-----
.../apache/royale/formatter/FormatterSettings.java | 3 +
.../apache/royale/formatter/FormatterUtils.java | 3 +
.../royale/formatter/MXMLTokenFormatter.java | 12 +-
.../royale/formatter/config/Configuration.java | 58 ++++++-
.../apache/royale/formatter/TestArrayLiteral.java | 40 +++++
.../apache/royale/formatter/TestMXMLScript.java | 104 ++++++++++++-
.../royale/formatter/TestMultiLineComment.java | 62 +++++++-
.../apache/royale/formatter/TestObjectLiteral.java | 40 +++++
.../royale/formatter/TestPackageDeclaration.java | 116 +++++++++++++-
.../royale/formatter/TestSwitchStatement.java | 170 +++++++++++++++++++++
11 files changed, 678 insertions(+), 59 deletions(-)