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

@@ -10,3 +10,4 @@ AlignAfterOpenBracket: DontAlign
BreakConstructorInitializers: AfterColon
NamespaceIndentation: None
IndentCaseLabels: true
SortIncludes: Never