Update .clang-format to prevent unwanted sorting of includes
This commit is contained in:
parent
a349559e40
commit
0694eb1d3d
@ -9,4 +9,5 @@ AllowShortIfStatementsOnASingleLine: Always
|
|||||||
AlignAfterOpenBracket: DontAlign
|
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