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 fe40d93d3 ASTokenFormatter: fix formatting issues with comments on
same line as control flow that doesn't have curly braces
new 681bc8072 formatter: fix configuration from asformat-config.xml
getting overwritten by legacy settings
new c02f89782 formatter: extra test for function return type and brace
placement
new 2744006b9 formatter: insert-new-line-else option
new 1c250eb30 ASTokenFormatter: fix ignored implicit semicolon becoming
null
The 4 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 | 26 +++++--
.../org/apache/royale/formatter/FORMATTER.java | 14 +++-
.../apache/royale/formatter/FormatterSettings.java | 1 +
.../apache/royale/formatter/FormatterUtils.java | 1 +
.../royale/formatter/config/Configuration.java | 18 +++++
.../apache/royale/formatter/TestElseStatement.java | 88 ++++++++++++++++++++++
.../royale/formatter/TestFunctionDeclaration.java | 28 ++++++-
7 files changed, 165 insertions(+), 11 deletions(-)