diff --git a/.clang-format b/.clang-format index 08711a1a1b..6e062f951d 100644 --- a/.clang-format +++ b/.clang-format @@ -50,6 +50,7 @@ ObjCSpaceBeforeProtocolList: true PackConstructorInitializers: Never PointerAlignment: Left ReflowComments: true +SortIncludes: Never SpaceAfterCStyleCast: false SpaceAfterLogicalNot: false SpaceAfterTemplateKeyword: false