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 fdf9215 commit ee200b5Copy full SHA for ee200b5
src/org/mediawiki/MediaWikiPhpPredefinedCodeStyle.java
@@ -42,7 +42,8 @@ public void apply(CodeStyleSettings settings) {
42
commonSettings.SPACE_WITHIN_CATCH_PARENTHESES = true;
43
commonSettings.SPACE_WITHIN_SWITCH_PARENTHESES = true;
44
commonSettings.SPACE_WITHIN_ARRAY_INITIALIZER_BRACES = true;
45
- commonSettings.SPACE_AFTER_TYPE_CAST = true;
+ commonSettings.SPACE_AFTER_TYPE_CAST = false;
46
+ commonSettings.SPACES_AROUND_VAR_WITHIN_BRACKETS = false;
47
48
commonSettings.IF_BRACE_FORCE = 3;
49
commonSettings.FOR_BRACE_FORCE = 3;
0 commit comments