🧹 remove clang-format config
This commit is contained in:
parent
1024bd53cc
commit
3c82bf59bc
|
@ -1,18 +0,0 @@
|
||||||
BasedOnStyle: WebKit
|
|
||||||
AccessModifierOffset: -3
|
|
||||||
AllowShortLoopsOnASingleLine: true
|
|
||||||
AlignConsecutiveAssignments: true
|
|
||||||
AlignConsecutiveMacros: true
|
|
||||||
AlignTrailingComments: true
|
|
||||||
BreakBeforeBraces: Custom
|
|
||||||
BreakConstructorInitializers: BeforeColon
|
|
||||||
BreakStringLiterals: false
|
|
||||||
ConstructorInitializerIndentWidth: 2
|
|
||||||
Cpp11BracedListStyle: true
|
|
||||||
PointerAlignment: Left
|
|
||||||
FixNamespaceComments: true
|
|
||||||
SpaceBeforeCpp11BracedList: false
|
|
||||||
SpacesBeforeTrailingComments: 2
|
|
||||||
Standard: c++17
|
|
||||||
TabWidth: 4
|
|
||||||
UseTab: Never
|
|
Loading…
Reference in New Issue