fix clang format
This commit is contained in:
+3
-2
@@ -28,7 +28,7 @@ BreakConstructorInitializers: AfterColon
|
|||||||
BreakConstructorInitializersBeforeComma: false
|
BreakConstructorInitializersBeforeComma: false
|
||||||
ColumnLimit: 120
|
ColumnLimit: 120
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||||
ContinuationIndentWidth: 2
|
ContinuationIndentWidth: 4
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
- Regex: '^<.*'
|
- Regex: '^<.*'
|
||||||
Priority: 1
|
Priority: 1
|
||||||
@@ -49,5 +49,6 @@ SpacesInAngles: false
|
|||||||
SpacesInConditionalStatement: false
|
SpacesInConditionalStatement: false
|
||||||
SpacesInCStyleCastParentheses: false
|
SpacesInCStyleCastParentheses: false
|
||||||
SpacesInParentheses: false
|
SpacesInParentheses: false
|
||||||
TabWidth: 2
|
TabWidth: 4
|
||||||
|
IndentWidth: 4
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user