diff --git a/.clang-format b/.clang-format index 60efa45..3aac014 100644 --- a/.clang-format +++ b/.clang-format @@ -3,3 +3,4 @@ BreakBeforeBraces: Attach CompactNamespaces: true FixNamespaceComments: true NamespaceIndentation: None +SortIncludes: Never