diff --git a/.clang-format b/.clang-format index 65ee4e9c..59281193 100644 --- a/.clang-format +++ b/.clang-format @@ -54,6 +54,7 @@ SpacesInCStyleCastParentheses: false SpacesInContainerLiterals: false SpacesInParentheses: false SpacesInSquareBrackets: false +SortIncludes: false Standard: Cpp11 TabWidth: 4 UseTab: Never