diff options
-rw-r--r-- | .clang-format | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index ff60b928..5b8857da 100644 --- a/.clang-format +++ b/.clang-format @@ -77,7 +77,6 @@ IncludeCategories: # Qt includes (match before C++ standard library) - Regex: '<Q([A-Za-z0-9\-_])+>' Priority: 9 - CaseSensitive: true # Headers in <> with an extension. (+system libraries) - Regex: '<([A-Za-z0-9\-_])+\.h>' Priority: 2 |