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 AlignAfterOpenBracket: DontAlign
BreakConstructorInitializers: AfterColon BreakConstructorInitializers: AfterColon
NamespaceIndentation: None NamespaceIndentation: None
IndentCaseLabels: true IndentCaseLabels: true
SortIncludes: Never