Update .clang-format to prevent unwanted sorting of includes
This commit is contained in:
@@ -9,4 +9,5 @@ AllowShortIfStatementsOnASingleLine: Always
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
BreakConstructorInitializers: AfterColon
|
||||
NamespaceIndentation: None
|
||||
IndentCaseLabels: true
|
||||
IndentCaseLabels: true
|
||||
SortIncludes: Never
|
||||
|
Reference in New Issue
Block a user