diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 48c84e6d..00000000 --- a/.clang-format +++ /dev/null @@ -1,46 +0,0 @@ ---- -Language: 'Cpp' -AccessModifierOffset: -8 -AlignAfterOpenBracket: 'Align' -AlignConsecutiveAssignments: 'true' -AlignConsecutiveDeclarations: 'true' -AlignConsecutiveMacros: 'true' -AlignOperands: 'true' -AlignTrailingComments: 'true' -AllowAllArgumentsOnNextLine: 'false' -AllowAllParametersOfDeclarationOnNextLine: 'false' -AllowShortBlocksOnASingleLine: 'Empty' -AllowShortCaseLabelsOnASingleLine: 'true' -AllowShortFunctionsOnASingleLine: 'Inline' -AllowShortIfStatementsOnASingleLine: 'false' -AllowShortLambdasOnASingleLine: 'All' -AlwaysBreakAfterReturnType: 'TopLevelDefinitions' -BraceWrapping: -# BeforeLambdaBody: 'false' -BinPackArguments: 'true' -BinPackParameters: 'true' -BreakBeforeBraces: 'WebKit' -ColumnLimit: '90' -Cpp11BracedListStyle: 'true' -DerivePointerAlignment: 'false' -IndentCaseLabels: 'false' -IndentGotoLabels: 'false' -IndentWidth: '8' -IndentAccessModifiers: 'false' -KeepEmptyLinesAtTheStartOfBlocks: 'false' -MaxEmptyLinesToKeep: '1' -PenaltyBreakAssignment: '3' -PenaltyBreakBeforeFirstCallParameter: '15' -PointerAlignment: 'Left' -SortIncludes: 'false' -SpaceAfterCStyleCast: 'false' -SpaceBeforeAssignmentOperators : 'true' -SpaceBeforeParens: 'ControlStatements' -SpaceInEmptyParentheses: 'false' -SpacesInSquareBrackets: 'false' -TabWidth: '8' -UseTab: 'AlignWithSpaces' - -# Local Variables: -# mode: yaml -# End: