File tree Expand file tree Collapse file tree 2 files changed +28
-405
lines changed
Expand file tree Collapse file tree 2 files changed +28
-405
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ Language : Cpp
3+ BasedOnStyle : WebKit
4+
5+ AlwaysBreakBeforeMultilineStrings : true
6+ AlignAfterOpenBracket : AlwaysBreak
7+ AllowAllArgumentsOnNextLine : false
8+ AllowAllParametersOfDeclarationOnNextLine : false
9+ AllowShortFunctionsOnASingleLine : Inline
10+ AlwaysBreakTemplateDeclarations : Yes
11+ BinPackArguments : false
12+ BinPackParameters : false
13+ BreakInheritanceList : BeforeComma
14+ ColumnLimit : 100
15+ Cpp11BracedListStyle : true
16+ FixNamespaceComments : true
17+ IndentGotoLabels : false
18+ KeepEmptyLinesAtTheStartOfBlocks : false
19+ NamespaceIndentation : None
20+ ShortNamespaceLines : 0
21+ SpaceAfterCStyleCast : true
22+ SpaceAfterTemplateKeyword : false
23+ SpaceInEmptyBlock : false
24+ SpacesInContainerLiterals : false
25+ PointerAlignment : Left
26+ UseTab : false
27+ IndentWidth : 4
28+ ...
You can’t perform that action at this time.
0 commit comments