|
|
|
@ -21,7 +21,7 @@ AllowShortLambdasOnASingleLine: Empty
|
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
|
|
|
# 允许短的循环保持在同一行
|
|
|
|
|
AllowShortLoopsOnASingleLine: true
|
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
|
|
|
BraceWrapping:
|
|
|
|
|
AfterClass: true
|
|
|
|
|
AfterControlStatement: Always
|
|
|
|
@ -42,4 +42,5 @@ SortUsingDeclarations: false
|
|
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
|
SpacesInContainerLiterals: false
|
|
|
|
|
Standard: Cpp11
|
|
|
|
|
TabWidth: 4
|
|
|
|
|
TabWidth: 4
|
|
|
|
|
ColumnLimit: 0
|