Update .clang-format to prevent unwanted sorting of includes

This commit is contained in:
Thanatomanic
2021-02-23 17:38:52 +01:00
committed by GitHub
parent a349559e40
commit 0694eb1d3d

View File

@@ -9,4 +9,5 @@ AllowShortIfStatementsOnASingleLine: Always
AlignAfterOpenBracket: DontAlign
BreakConstructorInitializers: AfterColon
NamespaceIndentation: None
IndentCaseLabels: true
IndentCaseLabels: true
SortIncludes: Never