KacerCZ commented on pull request #2573: URL: https://github.com/apache/netbeans/pull/2573#issuecomment-738609845
This option removes blank lines only if there are more blank lines than configured value. In default setting it keeps only blank single line and removes all extra lines. This formatting is used in Symfony framework - https://cs.symfony.com/ rule "no_extra_blank_lines". If user wants to keep more lines, then it can be set to higher value. Only setting this value to 0 will remove blank lines from code completely. Other lines around properties, methods, classes are not affected by this change. ---------------------------------------------------------------- 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. 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
