clang-format: do not indent access modifiers
This commit is contained in:
parent
1896ee5fb5
commit
42100fe98d
|
@ -10,4 +10,7 @@ PointerAlignment: Left
|
||||||
|
|
||||||
# Short functions should not be on a single line, unless empty
|
# Short functions should not be on a single line, unless empty
|
||||||
AllowShortFunctionsOnASingleLine: Empty
|
AllowShortFunctionsOnASingleLine: Empty
|
||||||
|
|
||||||
|
# Make them level
|
||||||
|
AccessModifierOffset: -4
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue