From 2617bcd628817f5e9c3e74bce33380289c5bd3a3 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 16 May 2018 09:07:16 +0200 Subject: [PATCH] Delete .clang-format --- .clang-format | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .clang-format diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 8096c82a1..000000000 --- a/.clang-format +++ /dev/null @@ -1,39 +0,0 @@ -Language: Cpp -BasedOnStyle: LLVM -UseTab: Never -IndentWidth: 4 -ColumnLimit: 120 -TabWidth: 4 -#BreakBeforeBraces: Custom -BraceWrapping: - AfterControlStatement: false - AfterFunction: false - AfterClass: true - AfterEnum: true - BeforeElse: false -ReflowComments: false -AlignAfterOpenBracket: Align # If true, horizontally aligns arguments after an open bracket. -AlignConsecutiveAssignments: true # This will align the assignment operators of consecutive lines -AlignConsecutiveDeclarations: true # This will align the declaration names of consecutive lines -AlignTrailingComments: true -AllowAllParametersOfDeclarationOnNextLine: false -AllowShortBlocksOnASingleLine: false -AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: false -AllowShortLoopsOnASingleLine: false -#AlwaysBreakAfterReturnType: TopLevel -AlwaysBreakTemplateDeclarations: true # If true, always break after the template<...> of a template declaration -BinPackArguments: false -BinPackParameters: false -BreakBeforeBinaryOperators: NonAssignment -BreakConstructorInitializersBeforeComma: true # Always break constructor initializers before commas and align the commas with the colon. -ExperimentalAutoDetectBinPacking: false -KeepEmptyLinesAtTheStartOfBlocks: false -MaxEmptyLinesToKeep: 4 -PenaltyBreakBeforeFirstCallParameter: 200 -PenaltyExcessCharacter: 10 -PointerAlignment: Middle -SpaceAfterCStyleCast: false -SpaceBeforeAssignmentOperators: true -SpacesInCStyleCastParentheses: false -SpacesInParentheses: false \ No newline at end of file