Browse Source

Remove clang-format 11+ option

6.0.7
Marek Roszko 5 years ago
parent
commit
7e2883df50
  1. 3
      _clang-format

3
_clang-format

@ -1,9 +1,10 @@
# minimum clang-format 10
BasedOnStyle: LLVM
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: true
AlignOperands: Align
AlignOperands: true
AlignTrailingComments: true
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false

Loading…
Cancel
Save