Skip to content

Commit 5e3cee2

Browse files
authored
commonSettings.ALIGN_MULTILINE_FOR = false;
1 parent a917ce4 commit 5e3cee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/mediawiki/MediaWikiPhpPredefinedCodeStyle.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public void apply(CodeStyleSettings settings) {
3030
commonSettings.FINALLY_ON_NEW_LINE = false;
3131

3232
commonSettings.ALIGN_MULTILINE_PARAMETERS = false;
33+
commonSettings.ALIGN_MULTILINE_FOR = false;
3334

3435
commonSettings.SPACE_WITHIN_PARENTHESES = true;
3536
commonSettings.SPACE_WITHIN_METHOD_CALL_PARENTHESES = true;

0 commit comments

Comments
 (0)