tmysik commented on code in PR #5731:
URL: https://github.com/apache/netbeans/pull/5731#discussion_r1151807652
##########
php/php.editor/src/org/netbeans/modules/php/editor/indent/FmtOptions.java:
##########
@@ -288,7 +288,7 @@ private static void createDefaults() {
{BLANK_LINES_BEFORE_CLASS, "1"}, //NOI18N
{BLANK_LINES_AFTER_CLASS, "1"}, //NOI18N
{BLANK_LINES_AFTER_CLASS_HEADER, "0"}, //NOI18N
- {BLANK_LINES_BEFORE_CLASS_END, "0"}, //NOI18N
+ {BLANK_LINES_BEFORE_CLASS_END, "1"}, //NOI18N
Review Comment:
Hmmm, I meant only for tests 😅 But - maybe we can change it here? 🤔
@junichi11, what will this change cause to existing projects? I am not sure,
whether we can do this, actually.
--
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