diff --git a/.clang-format b/.clang-format index 7b68829..57a457d 100644 --- a/.clang-format +++ b/.clang-format @@ -14,4 +14,5 @@ MaxEmptyLinesToKeep: 1 PointerAlignment: Left SeparateDefinitionBlocks: Always SpaceBeforeParens: Never -ReflowComments: false \ No newline at end of file +ReflowComments: false +SortIncludes: false \ No newline at end of file