diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 24ea869df..000000000 --- a/.clang-format +++ /dev/null @@ -1,18 +0,0 @@ -BasedOnStyle: LLVM -IndentWidth: 4 -TabWidth: 4 -UseTab: Always -BreakBeforeBraces: Attach -AllowShortIfStatementsOnASingleLine: false -IndentCaseLabels: false -SortIncludes: false -ColumnLimit: 80 -AlignAfterOpenBracket: DontAlign -BinPackParameters: true -BinPackArguments: true -ContinuationIndentWidth: 8 -AllowAllParametersOfDeclarationOnNextLine: false -AllowShortLoopsOnASingleLine: true -ReflowComments: false -AllowAllArgumentsOnNextLine: false -AlignOperands: DontAlign