diff --git a/.clang-format b/.clang-format index aa4b31eeb..e559023b1 100644 --- a/.clang-format +++ b/.clang-format @@ -9,4 +9,5 @@ AllowShortIfStatementsOnASingleLine: Always AlignAfterOpenBracket: DontAlign BreakConstructorInitializers: AfterColon NamespaceIndentation: None -IndentCaseLabels: true \ No newline at end of file +IndentCaseLabels: true +SortIncludes: Never