初始化内容
This commit is contained in:
Vendored
+21
@@ -0,0 +1,21 @@
|
||||
BasedOnStyle: WebKit
|
||||
AlignAfterOpenBracket: Align
|
||||
AlignEscapedNewlines: DontAlign
|
||||
AlignOperands: true
|
||||
BraceWrapping:
|
||||
AfterFunction: true
|
||||
BeforeElse: true
|
||||
BreakBeforeBinaryOperators: None
|
||||
BreakBeforeBraces: Custom
|
||||
BreakBeforeInheritanceComma: true
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
DerivePointerAlignment: false
|
||||
IndentCaseLabels: true
|
||||
MaxEmptyLinesToKeep: 1
|
||||
NamespaceIndentation: All
|
||||
PointerAlignment: Right
|
||||
SortIncludes: false
|
||||
SpaceBeforeCtorInitializerColon: true
|
||||
SpaceBeforeParens: Never
|
||||
TabWidth: 4
|
||||
UseTab: ForContinuationAndIndentation
|
||||
Reference in New Issue
Block a user