File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
"https://checkstyle.org/dtds/configuration_1_3.dtd">
5
5
6
6
<!--
7
- ** checkstyle by vogle **
7
+ ** Checkstyle by vogle **
8
8
9
9
Checkstyle is very configurable. Be sure to read the documentation at
10
10
http://checkstyle.sourceforge.net/ (or in your downloaded distribution).
11
11
12
12
To completely disable a check, just comment it out or delete it from the file.
13
13
14
14
Authors: Allan Im
15
+ https://raw.githubusercontent.com/vogle/codestyle/master/checkstyle/vogle-checkstyle.xml
15
16
-->
16
17
17
18
<module name =" Checker" >
52
53
</module >
53
54
<module name =" NeedBraces" />
54
55
<module name =" LeftCurly" />
55
- <module name =" RightCurly" />
56
56
<module name =" RightCurly" >
57
57
<property name =" option" value =" alone" />
58
58
<property name =" tokens"
163
163
<property name =" sortImportsInGroupAlphabetically" value =" true" />
164
164
<property name =" separateLineBetweenGroups" value =" true" />
165
165
<property name =" customImportOrderRules"
166
- value =" STATIC ###STANDARD_JAVA_PACKAGE ###THIRD_PARTY_PACKAGE ###SPECIAL_IMPORTS " />
166
+ value =" SPECIAL_IMPORTS ###THIRD_PARTY_PACKAGE ###STANDARD_JAVA_PACKAGE ###STATIC " />
167
167
</module >
168
168
<module name =" MethodParamPad" />
169
169
<module name =" OperatorWrap" >
You can’t perform that action at this time.
0 commit comments