We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0726ca commit 4600448Copy full SHA for 4600448
src/.clang-format
@@ -45,6 +45,8 @@ DerivePointerAlignment: false
45
DisableFormat: false
46
ForEachMacros: []
47
IncludeCategories:
48
+ - Regex: 'stdafx.h'
49
+ Priority: -1
50
- Regex: '^<'
51
Priority: 1
52
- Regex: '^"'
@@ -68,7 +70,7 @@ PenaltyExcessCharacter: 1000000
68
70
PenaltyReturnTypeOnItsOwnLine: 60
69
71
PointerAlignment: Left
72
ReflowComments: true
-SortIncludes: true
73
+SortIncludes: false
74
SpaceAfterCStyleCast: false
75
SpaceBeforeAssignmentOperators: true
76
SpaceBeforeParens: ControlStatements
0 commit comments