Skip to content

Commit dd5e270

Browse files
authored
Also chop function call parameters
1 parent e509c9a commit dd5e270

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
@@ -50,6 +50,7 @@ public void apply(CodeStyleSettings settings) {
5050

5151
// Chop down if long
5252
commonSettings.ARRAY_INITIALIZER_WRAP = 2;
53+
commonSettings.CALL_PARAMETERS_WRAP = 2;
5354

5455
// Wrap if long
5556
commonSettings.METHOD_CALL_CHAIN_WRAP = 1;

0 commit comments

Comments
 (0)