'if' parenthesesgithub
'for' parenthesesintellij-idea
'while' parenthesesapp
'switch' parentheseside
'try' parenthesesui
'catch' parenthesesgoogle
'synchronized' parenthesesidea
Assignment operators (=,+=,....)spa
Logical operators (&&, ||)code
Equality operatores
Relational operators
Bitwise operators
Additive operators
Multiplicative operators
Shift operators
Unary operators
lambda arrow
Class left brace
Method left brace
if left brace
else left brace
for left brace
while left brace
do left bvrace
Switch left brace
try left brace
catch left brace
finally left brace
Synchronized left brace
Array initializer left brace
else keyword
while keyword
catch keyword
finally keyword
Before '?'
After '?'
Before ':'
After ':'
After comma
Before for semicolon
After for semicolon
Sapce before colon in foreach (待確認)
comment at first column
Simple blocks in one line
simple methods in one line
simple lambda in one line
simple classes in one line
Froce braces (always)
Special 'else if ' treatment
Align when multiline
Force brace(always)
Indent case branch
case in new line
最近發現了新大陸google 的codestyle github https://github.com/google/styleguide
[使用方式] (https://www.jianshu.com/p/a44329bf5935)