clang-format: do not indent access modifiers

This commit is contained in:
Bruno BELANYI 2021-08-20 02:09:24 +02:00
parent 1896ee5fb5
commit 42100fe98d

View file

@ -10,4 +10,7 @@ PointerAlignment: Left
# Short functions should not be on a single line, unless empty
AllowShortFunctionsOnASingleLine: Empty
# Make them level
AccessModifierOffset: -4
---