diff --git a/.clang-format b/.clang-format index b8242dcbb..a42159b15 100644 --- a/.clang-format +++ b/.clang-format @@ -1,13 +1,8 @@ --- Language: Cpp BasedOnStyle: LLVM Standard: Cpp11 -IndentWidth: 2 TabWidth: 4 -UseTab: Never -ColumnLimit: 80 -AccessModifierOffset: -2 PointerAlignment: Middle NamespaceIndentation: Inner -ContinuationIndentWidth: 4 ...