This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 4619990e94e5bc1ce30e183ea24066ee37fd7215
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Jan 8 09:21:35 2025 -0800

    formatter: mxml-align-attributes and mxml-insert-new-line-attributes should 
not be considered advanced command line options
    
    Probably just an oversight after copy-paste
---
 .../src/main/java/org/apache/royale/formatter/config/Configuration.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/formatter/src/main/java/org/apache/royale/formatter/config/Configuration.java 
b/formatter/src/main/java/org/apache/royale/formatter/config/Configuration.java
index 5adc4b1a2..aa2f69535 100644
--- 
a/formatter/src/main/java/org/apache/royale/formatter/config/Configuration.java
+++ 
b/formatter/src/main/java/org/apache/royale/formatter/config/Configuration.java
@@ -565,7 +565,6 @@ public class Configuration {
         return mxmlAlignAttributes;
     }
 
-    @Config(advanced = true)
     @Mapping("mxml-align-attributes")
     public void setMxmlAlignAttributes(ConfigurationValue cv, boolean b)
     {
@@ -583,7 +582,6 @@ public class Configuration {
         return mxmlInsertNewLineBetweenAttributes;
     }
 
-    @Config(advanced = true)
     @Mapping("mxml-insert-new-line-attributes")
     public void setMxmlInsertNewLineBetweenAttributes(ConfigurationValue cv, 
boolean b)
     {

Reply via email to