You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/12/04 07:07:59 UTC

[GitHub] [netbeans] KacerCZ commented on pull request #2573: [NETBEANS-5075] Remove consecutive empty lines when formatting PHP code

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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