diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 8af29b3..0000000 --- a/.clang-format +++ /dev/null @@ -1,8 +0,0 @@ -IndentWidth: 4 -TabWidth: 4 -UseTab: Always -AllowShortIfStatementsOnASingleLine: false -IndentCaseLabels: false -AlignAfterOpenBracket: DontAlign -AllowAllParametersOfDeclarationOnNextLine: true -ConstructorInitializerAllOnOneLineOrOnePerLine: false |