change indent to spaces=2 and indent access modifiers. minor style changes
This commit is contained in:
parent
8582c7f901
commit
28214e8043
|
@ -1,8 +1,10 @@
|
||||||
|
|
||||||
|
--style=google
|
||||||
|
|
||||||
# indentation
|
# indentation
|
||||||
--indent=spaces=4
|
--indent=spaces=2
|
||||||
--indent-namespaces
|
--indent-namespaces
|
||||||
|
|
||||||
--style=java
|
--align-reference=type
|
||||||
--style=attach
|
--align-pointer=type
|
||||||
-A2
|
--pad-oper
|
||||||
|
|
Loading…
Reference in New Issue