diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 367d8885a..000000000 --- a/.clang-format +++ /dev/null @@ -1,33 +0,0 @@ ---- -AccessModifierOffset: '-4' -AlignConsecutiveMacros: 'true' -AlignConsecutiveAssignments: 'true' -AlignConsecutiveDeclarations: 'true' -AlignTrailingComments: 'true' -AllowAllConstructorInitializersOnNextLine: 'false' -AllowAllParametersOfDeclarationOnNextLine: 'false' -AllowShortBlocksOnASingleLine: 'false' -AllowShortCaseLabelsOnASingleLine: 'false' -AllowShortFunctionsOnASingleLine: Empty -AllowShortIfStatementsOnASingleLine: Never -AllowShortLambdasOnASingleLine: Inline -AllowShortLoopsOnASingleLine: 'true' -BinPackArguments: 'true' -BinPackParameters: 'true' -BreakBeforeBraces: Allman -ColumnLimit: '500' -IndentWidth: '4' -PointerAlignment: Left -SpaceAfterCStyleCast: 'true' -SpaceBeforeCpp11BracedList: 'true' -SpaceBeforeParens: ControlStatements -SpaceBeforeRangeBasedForLoopColon: 'true' -SpaceInEmptyParentheses: 'false' -SpacesInAngles: 'false' -SpacesInCStyleCastParentheses: 'false' -SpacesInContainerLiterals: 'false' -SpacesInParentheses: 'false' -TabWidth: '0' -UseTab: Never - -...