Update .clang-format to prevent unwanted sorting of includes
This commit is contained in:
parent
a349559e40
commit
0694eb1d3d
@ -10,3 +10,4 @@ AlignAfterOpenBracket: DontAlign
|
|||||||
BreakConstructorInitializers: AfterColon
|
BreakConstructorInitializers: AfterColon
|
||||||
NamespaceIndentation: None
|
NamespaceIndentation: None
|
||||||
IndentCaseLabels: true
|
IndentCaseLabels: true
|
||||||
|
SortIncludes: Never
|
||||||
|
Loading…
x
Reference in New Issue
Block a user