Skip to content

Commit ee200b5

Browse files
Daimonareedy
authored andcommitted
Add a couple of missing options
1 parent fdf9215 commit ee200b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/org/mediawiki/MediaWikiPhpPredefinedCodeStyle.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ public void apply(CodeStyleSettings settings) {
4242
commonSettings.SPACE_WITHIN_CATCH_PARENTHESES = true;
4343
commonSettings.SPACE_WITHIN_SWITCH_PARENTHESES = true;
4444
commonSettings.SPACE_WITHIN_ARRAY_INITIALIZER_BRACES = true;
45-
commonSettings.SPACE_AFTER_TYPE_CAST = true;
45+
commonSettings.SPACE_AFTER_TYPE_CAST = false;
46+
commonSettings.SPACES_AROUND_VAR_WITHIN_BRACKETS = false;
4647

4748
commonSettings.IF_BRACE_FORCE = 3;
4849
commonSettings.FOR_BRACE_FORCE = 3;

0 commit comments

Comments
 (0)