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 9e0254f commit 9c45c6fCopy full SHA for 9c45c6f
src/main/java/org/mediawiki/MediaWikiPhpPredefinedCodeStyle.java
@@ -46,8 +46,7 @@ public void apply(CodeStyleSettings settings) {
46
commonSettings.SPACE_WITHIN_SWITCH_PARENTHESES = true;
47
commonSettings.SPACE_WITHIN_ARRAY_INITIALIZER_BRACES = true;
48
commonSettings.SPACE_AFTER_TYPE_CAST = false;
49
- // Doesn't seem to exist?
50
- // commonSettings.SPACES_AROUND_VAR_WITHIN_BRACKETS = false;
+ commonSettings.SPACE_WITHIN_BRACKETS = false;
51
52
commonSettings.IF_BRACE_FORCE = CommonCodeStyleSettings.FORCE_BRACES_ALWAYS;
53
commonSettings.FOR_BRACE_FORCE = CommonCodeStyleSettings.FORCE_BRACES_ALWAYS;
0 commit comments