fix: purge clang-formats
This commit is contained in:
parent
3445a7d001
commit
6cea7c9766
131 changed files with 1 additions and 1485 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
||||||
build
|
build
|
||||||
io
|
io
|
||||||
.clangd
|
.clangd
|
||||||
|
.clang-format
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 4
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 4
|
|
||||||
ColumnLimit: 100
|
|
||||||
BreakBeforeBraces: Allman
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 4
|
|
||||||
ColumnLimit: 100
|
|
||||||
BreakBeforeBraces: Allman
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 4
|
|
||||||
ColumnLimit: 100
|
|
||||||
BreakBeforeBraces: Allman
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 4
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 2
|
|
||||||
ColumnLimit: 100
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 2
|
|
||||||
ColumnLimit: 100
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 4
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 4
|
|
||||||
ColumnLimit: 100
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 4
|
|
||||||
ColumnLimit: 100
|
|
||||||
BreakBeforeBraces: Allman
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 2
|
|
||||||
ColumnLimit: 100
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 2
|
|
||||||
ColumnLimit: 100
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 2
|
|
||||||
ColumnLimit: 100
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 2
|
|
||||||
ColumnLimit: 100
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 2
|
|
||||||
ColumnLimit: 100
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 2
|
|
||||||
ColumnLimit: 100
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 4
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 4
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 4
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
IndentWidth: 2
|
|
||||||
ColumnLimit: 100
|
|
||||||
PointerAlignment: Left
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortFunctionsOnASingleLine: Empty
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 2
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 4
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 4
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 4
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
BasedOnStyle: Google
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortCompoundRequirementOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLambdasOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
BasedOnStyle: LLVM
|
|
||||||
IndentWidth: 4
|
|
||||||
UseTab: Never
|
|
||||||
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: None
|
|
||||||
AllowShortLambdasOnASingleLine: None
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortCaseExpressionOnASingleLine: false
|
|
||||||
|
|
||||||
BreakBeforeBraces: Attach
|
|
||||||
ColumnLimit: 100
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue