diff --git a/_clang-format b/_clang-format deleted file mode 100644 index b1968de..0000000 --- a/_clang-format +++ /dev/null @@ -1,24 +0,0 @@ ---- -BasedOnStyle: LLVM -SortIncludes: false - -IndentWidth: 8 -ContinuationIndentWidth: 8 - -UseTab: ForIndentation -BreakBeforeBraces: Linux - -AllowShortIfStatementsOnASingleLine: false -AllowShortFunctionsOnASingleLine: false - -IndentCaseLabels: false -#IndentGotoLabels: false - -PointerAlignment: Left - -ForEachMacros: - - LIST_FOREACH - -PenaltyBreakAssignment: 2 -PenaltyExcessCharacter: 10 -...