We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f230b commit 3356374Copy full SHA for 3356374
src/org/mediawiki/MediaWikiPhpPredefinedCodeStyle.java
@@ -57,6 +57,9 @@ public void apply(CodeStyleSettings settings) {
57
58
// Hard wrap at 120 characters
59
commonSettings.RIGHT_MARGIN = 120;
60
+
61
+ // Keep line breaks when reformatting
62
+ commonSettings.KEEP_LINE_BREAKS = true;
63
64
PhpCodeStyleSettings phpSettings = settings.getCustomSettings(PhpCodeStyleSettings.class);
65
phpSettings.LOWER_CASE_BOOLEAN_CONST = true;
0 commit comments