diff --git a/.clang-format b/.clang-format index 376186b..e168365 100644 --- a/.clang-format +++ b/.clang-format @@ -5,6 +5,8 @@ AlignConsecutiveAssignments: Enabled: true AlignConsecutiveDeclarations: Enabled: true +IndentAccessModifiers: true +NamespaceIndentation: All IndentWidth: 8 PointerAlignment: Left ColumnLimit: 0