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 5e3cee2 commit 23b1c22Copy full SHA for 23b1c22
src/org/mediawiki/MediaWikiPhpPredefinedCodeStyle.java
@@ -47,6 +47,9 @@ public void apply(CodeStyleSettings settings) {
47
commonSettings.FOR_BRACE_FORCE = 3;
48
commonSettings.DOWHILE_BRACE_FORCE = 3;
49
commonSettings.WHILE_BRACE_FORCE = 3;
50
+
51
+ // Wrap if long
52
+ commonSettings.ARRAY_INITIALIZER_WRAP = 1;
53
54
PhpCodeStyleSettings phpSettings = settings.getCustomSettings(PhpCodeStyleSettings.class);
55
phpSettings.LOWER_CASE_BOOLEAN_CONST = true;
0 commit comments