simplify, move redundant operations to functions, update coding style
This commit is contained in:
@ -12,7 +12,7 @@ BraceWrapping:
|
||||
BreakBeforeBraces: Custom
|
||||
BreakInheritanceList: AfterColon
|
||||
BreakConstructorInitializers: AfterColon
|
||||
ColumnLimit: 80
|
||||
ColumnLimit: 100
|
||||
IndentCaseLabels: true
|
||||
IndentWidth: 4
|
||||
ObjCBlockIndentWidth: 4
|
||||
|
||||
Reference in New Issue
Block a user