File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 15
15
<p>
16
16
<strong>Version 0.2</strong>
17
17
<ul>
18
- <li>Search on MediaWiki.org on context menu with selected text</li>
18
+ <li>Search MediaWiki.org via right click menus with selected text</li>
19
+ <li>Minor improvements in PHP Code Style</li>
19
20
</ul>
20
21
21
22
<strong>Version 0.1</strong>
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ public void apply(CodeStyleSettings settings) {
26
26
commonSettings .CLASS_BRACE_STYLE = 1 ;
27
27
commonSettings .METHOD_BRACE_STYLE = 1 ;
28
28
29
- commonSettings .CATCH_ON_NEW_LINE = true ;
29
+ commonSettings .CATCH_ON_NEW_LINE = false ;
30
+ commonSettings .FINALLY_ON_NEW_LINE = false ;
30
31
31
32
commonSettings .ALIGN_MULTILINE_PARAMETERS = false ;
32
33
@@ -57,7 +58,7 @@ public void apply(CodeStyleSettings settings) {
57
58
indentOptions .SMART_TABS = true ;
58
59
indentOptions .TAB_SIZE = 4 ;
59
60
indentOptions .INDENT_SIZE = 4 ;
60
- indentOptions .CONTINUATION_INDENT_SIZE = 8 ;
61
+ indentOptions .CONTINUATION_INDENT_SIZE = 4 ;
61
62
indentOptions .LABEL_INDENT_SIZE = 0 ;
62
63
indentOptions .LABEL_INDENT_ABSOLUTE = false ;
63
64
indentOptions .USE_RELATIVE_INDENTS = false ;
You can’t perform that action at this time.
0 commit comments