diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 3ae33fc4..00000000 --- a/.clang-format +++ /dev/null @@ -1,34 +0,0 @@ ---- -BasedOnStyle: GNU -AlignAfterOpenBracket: DontAlign -AlignConsecutiveAssignments: 'false' -AlignConsecutiveDeclarations: 'false' -AlignOperands: 'false' -AlignTrailingComments: 'false' -AllowAllParametersOfDeclarationOnNextLine: 'false' -AllowShortBlocksOnASingleLine: 'false' -AllowShortCaseLabelsOnASingleLine: 'false' -AllowShortFunctionsOnASingleLine: 'None' -AllowShortLoopsOnASingleLine: 'false' -AllowShortIfStatementsOnASingleLine: 'false' -BinPackArguments: 'false' -BinPackParameters: 'true' -BreakBeforeBinaryOperators: None -BreakBeforeBraces: Attach -BreakBeforeTernaryOperators: 'true' -BreakConstructorInitializersBeforeComma: 'true' -Cpp11BracedListStyle: true -ColumnLimit: '80' -ConstructorInitializerAllOnOneLineOrOnePerLine: 'true' -IndentCaseLabels: 'true' -Language: Cpp -NamespaceIndentation: None -PointerAlignment: Right -SortIncludes: 'true' -SpaceAfterCStyleCast: 'true' -Standard: Cpp03 -IndentWidth: 4 -TabWidth: 4 -UseTab: Always -... - |