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
|
||||
--indent=spaces=4
|
||||
--indent=spaces=2
|
||||
--indent-namespaces
|
||||
|
||||
--style=java
|
||||
--style=attach
|
||||
-A2
|
||||
--align-reference=type
|
||||
--align-pointer=type
|
||||
--pad-oper
|
||||
|
|
Loading…
Reference in New Issue