tmysik commented on code in PR #9074:
URL: https://github.com/apache/netbeans/pull/9074#discussion_r2610257405


##########
ide/editor.indent/src/org/netbeans/modules/editor/indent/TaskHandler.java:
##########
@@ -167,6 +167,24 @@ boolean collectTasks() {
             items = newItems;
         }
 
+        //For PHP files, the CSS formatter should run after the HTML formatter 
and JS formatter, but before the PHP formatter.

Review Comment:
   I have no idea how this change will be welcomed, but I can see other similar 
hacks before and after your change.
   
   Nitpick: cannot we merge your change with the block below, which is also for 
the PHP language? OTOH, I am not sure whether it would stay readable...
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to