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
BinPackArguments : false
BinPackParameters : false
BreakBeforeBraces : Allman
BreakBeforeBraces : Attach
BreakConstructorInitializersBeforeComma : true
ColumnLimit : 120
ColumnLimit : 200
ConstructorInitializerIndentWidth : 4
ConstructorInitializerAllOnOneLineOrOnePerLine : false
ContinuationIndentWidth : 4
FixNamespaceComments : true
IndentCaseLabels : true
IndentPPDirectives : BeforeHash
IndentWidth : 4
KeepEmptyLinesAtTheStartOfBlocks : true
MaxEmptyLinesToKeep : 2

Binary file not shown.