Remove _clang-format

It's not helpful
pull/69/merge
Andri Yngvason 2023-02-24 15:25:46 +00:00
parent 8b3dc1ae60
commit eacebad277
1 changed files with 0 additions and 24 deletions

View File

@ -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
...