Never sort includes in clang format

This commit is contained in:
gabime
2023-09-25 05:03:16 +03:00
parent 1797166190
commit 2896bbe77d
2 changed files with 1 additions and 1 deletions

View File

@@ -13,5 +13,6 @@ AlignEscapedNewlines: Left
AlwaysBreakTemplateDeclarations: Yes
PackConstructorInitializers: Never
IndentPPDirectives: BeforeHash
SortIncludes: Never
...