1 parent 72c4966 commit ee07e54Copy full SHA for ee07e54
2 files changed
.clang-format
@@ -1,6 +1,6 @@
1
---
2
Language: Cpp
3
-BasedOnStyle: Microsoft
+BasedOnStyle: GNU
4
5
AlwaysBreakTemplateDeclarations: Yes
6
@@ -18,7 +18,7 @@ FixNamespaceComments: true
18
# InsertBraces: true # only for clang-format version15.0.0 or later
19
20
# About include
21
-IncludeBlocks: Regroup
+IncludeBlocks: Preserve
22
IncludeIsMainRegex: '([-_](test|unittest))?$'
23
IncludeIsMainSourceRegex: ''
24
@@ -30,7 +30,7 @@ DerivePointerAlignment: false
30
PointerAlignment: Left
31
32
ReflowComments: true
33
-SortIncludes: true
+SortIncludes: false
34
SortUsingDeclarations: true
35
36
# About space
.clang-tidy
@@ -1,5 +1,6 @@
Checks: '
+ -*,
modernize-deprecated-headers,
modernize-redundant-void-arg,
modernize-use-bool-literals,
0 commit comments