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 a4663a5 commit e509c9aCopy full SHA for e509c9a
src/org/mediawiki/MediaWikiPhpPredefinedCodeStyle.java
@@ -48,8 +48,10 @@ public void apply(CodeStyleSettings settings) {
48
commonSettings.DOWHILE_BRACE_FORCE = 3;
49
commonSettings.WHILE_BRACE_FORCE = 3;
50
51
+ // Chop down if long
52
+ commonSettings.ARRAY_INITIALIZER_WRAP = 2;
53
+
54
// Wrap if long
- commonSettings.ARRAY_INITIALIZER_WRAP = 1;
55
commonSettings.METHOD_CALL_CHAIN_WRAP = 1;
56
57
PhpCodeStyleSettings phpSettings = settings.getCustomSettings(PhpCodeStyleSettings.class);
0 commit comments