new genie with copy option

This commit is contained in:
Mikulas Florek 2020-10-01 01:02:53 +02:00
parent 8b7006713e
commit 719bcde6bc
2 changed files with 4 additions and 2 deletions

View File

@ -12,13 +12,15 @@ AllowShortLoopsOnASingleLine : true
AlwaysBreakAfterDefinitionReturnType : None AlwaysBreakAfterDefinitionReturnType : None
BinPackArguments : false BinPackArguments : false
BinPackParameters : false BinPackParameters : false
BreakBeforeBraces : Allman BreakBeforeBraces : Attach
BreakConstructorInitializersBeforeComma : true BreakConstructorInitializersBeforeComma : true
ColumnLimit : 120 ColumnLimit : 200
ConstructorInitializerIndentWidth : 4 ConstructorInitializerIndentWidth : 4
ConstructorInitializerAllOnOneLineOrOnePerLine : false ConstructorInitializerAllOnOneLineOrOnePerLine : false
ContinuationIndentWidth : 4 ContinuationIndentWidth : 4
FixNamespaceComments : true
IndentCaseLabels : true IndentCaseLabels : true
IndentPPDirectives : BeforeHash
IndentWidth : 4 IndentWidth : 4
KeepEmptyLinesAtTheStartOfBlocks : true KeepEmptyLinesAtTheStartOfBlocks : true
MaxEmptyLinesToKeep : 2 MaxEmptyLinesToKeep : 2

Binary file not shown.