refactoring
This commit is contained in:
+3
-2
@@ -7,7 +7,7 @@ Language: Cpp
|
||||
SpacesBeforeTrailingComments: 2
|
||||
AccessModifierOffset: -1
|
||||
AlignEscapedNewlinesLeft: true
|
||||
AlwaysBreakAfterDefinitionReturnType: true
|
||||
AlwaysBreakAfterDefinitionReturnType: false
|
||||
AlwaysBreakBeforeMultilineStrings: false
|
||||
BreakConstructorInitializersBeforeComma: true
|
||||
# BreakBeforeBraces: Linux
|
||||
@@ -25,4 +25,5 @@ BraceWrapping: {
|
||||
AfterControlStatement: 'false'
|
||||
AfterFunction: 'true'
|
||||
BeforeCatch: 'false'
|
||||
}
|
||||
}
|
||||
ColumnLimit: 100
|
||||
Reference in New Issue
Block a user