diff --git a/.clang-format b/.clang-format index c8769d92..11a24e8c 100644 --- a/.clang-format +++ b/.clang-format @@ -13,5 +13,6 @@ AlignEscapedNewlines: Left AlwaysBreakTemplateDeclarations: Yes PackConstructorInitializers: Never IndentPPDirectives: BeforeHash +SortIncludes: Never ...