aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 1 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format
index 383e6210..a4d4a4c2 100644
--- a/.clang-format
+++ b/.clang-format
@@ -39,9 +39,7 @@ RemoveSemicolon: false
SeparateDefinitionBlocks: Leave
ShortNamespaceLines: 1
SkipMacroDefinitionBody: false
-SortIncludes:
- Enabled: true
- IgnoreCase: false
+SortIncludes: CaseSensitive
SpacesInParens: Never
SpacesInParensOptions:
ExceptDoubleParentheses: false