aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.clang-format18
1 files changed, 0 insertions, 18 deletions
diff --git a/.clang-format b/.clang-format
deleted file mode 100644
index 24ea869d..00000000
--- a/.clang-format
+++ /dev/null
@@ -1,18 +0,0 @@
1BasedOnStyle: LLVM
2IndentWidth: 4
3TabWidth: 4
4UseTab: Always
5BreakBeforeBraces: Attach
6AllowShortIfStatementsOnASingleLine: false
7IndentCaseLabels: false
8SortIncludes: false
9ColumnLimit: 80
10AlignAfterOpenBracket: DontAlign
11BinPackParameters: true
12BinPackArguments: true
13ContinuationIndentWidth: 8
14AllowAllParametersOfDeclarationOnNextLine: false
15AllowShortLoopsOnASingleLine: true
16ReflowComments: false
17AllowAllArgumentsOnNextLine: false
18AlignOperands: DontAlign