Update indentation
This commit is contained in:
@@ -60,7 +60,7 @@ BreakBeforeBraces: Custom
|
||||
# BreakConstructorInitializersBeforeComma: false
|
||||
BreakConstructorInitializers: AfterColon
|
||||
# BreakStringLiterals: true
|
||||
ColumnLimit: 0
|
||||
ColumnLimit: 79
|
||||
# CommentPragmas: '^ IWYU pragma:'
|
||||
# CompactNamespaces: false
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
@@ -80,15 +80,23 @@ Cpp11BracedListStyle: false
|
||||
# - BOOST_FOREACH
|
||||
# IfMacros:
|
||||
# - KJ_IF_MAYBE
|
||||
# IncludeBlocks: Preserve
|
||||
IncludeBlocks: Preserve
|
||||
IncludeCategories:
|
||||
- Regex: '".*"'
|
||||
Priority: 1
|
||||
- Regex: '^<([A-Za-z0-9\/-_])+>'
|
||||
Priority: -6
|
||||
- Regex: '^<[\w]+>'
|
||||
Priority: -6
|
||||
- Regex: '^<(core|scene)/.*\.h>'
|
||||
Priority: -5
|
||||
- Regex: '^<.*\.h>'
|
||||
Priority: 2
|
||||
Priority: -2
|
||||
- Regex: '^<.*'
|
||||
Priority: 3
|
||||
# IncludeIsMainRegex: '(Test)?$'
|
||||
Priority: -2
|
||||
- Regex: '".*"'
|
||||
Priority: -1
|
||||
- Regex: '.*'
|
||||
Priority: 1
|
||||
IncludeIsMainRegex: '(Test)?$'
|
||||
# IncludeIsMainSourceRegex: ''
|
||||
# IndentAccessModifiers: false
|
||||
IndentCaseLabels: true
|
||||
|
||||
Reference in New Issue
Block a user