Added constructors to construct from db info
This is in no way finished. CHECK TODOs!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
This commit is contained in:
@ -1,12 +1,22 @@
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
#-------------
|
||||
|
||||
#--- cpp
|
||||
|
||||
Language: Cpp
|
||||
|
||||
PointerAlignment: Left
|
||||
ColumnLimit: 120
|
||||
AllowAllArgumentsOnNextLine: true
|
||||
BreakConstructorInitializersStyle : BCIS_AfterColon
|
||||
ColumnLimit: 80
|
||||
AlignAfterOpenBracket: Align
|
||||
AlignTrailingComments: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
AlwaysBreakAfterReturnType: None
|
||||
AlwaysBreakBeforeMultilineStrings: true
|
||||
BinPackArguments: false
|
||||
BreakConstructorInitializers: BeforeColon
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
Cpp11BracedListStyle: true
|
||||
IncludeBlocks: Regroup
|
||||
|
||||
#---
|
Reference in New Issue
Block a user