diff --git a/.clang-format b/.clang-format index b790a1c..8dad6e1 100644 --- a/.clang-format +++ b/.clang-format @@ -8,7 +8,7 @@ Cpp11BracedListStyle: 'false' IndentWidth: '4' Language: Cpp PointerAlignment: Right -SortIncludes: 'true' +SortIncludes: 'false' SpaceBeforeAssignmentOperators: 'true' SpaceBeforeParens: ControlStatements SpaceInEmptyParentheses: 'false'