diff --git a/.clang-format b/.clang-format index 355ff34..b183aa9 100644 --- a/.clang-format +++ b/.clang-format @@ -10,4 +10,7 @@ PointerAlignment: Left # Short functions should not be on a single line, unless empty AllowShortFunctionsOnASingleLine: Empty + +# Make them level +AccessModifierOffset: -4 ---