mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -07:00
Update format file.
This commit is contained in:
@@ -18,17 +18,19 @@ AlwaysBreakBeforeMultilineStrings: 'true'
|
|||||||
AlwaysBreakTemplateDeclarations: 'Yes'
|
AlwaysBreakTemplateDeclarations: 'Yes'
|
||||||
BinPackArguments: 'false'
|
BinPackArguments: 'false'
|
||||||
BinPackParameters: 'false'
|
BinPackParameters: 'false'
|
||||||
BreakConstructorInitializers: 'AfterColon'
|
|
||||||
BreakBeforeBraces: Allman
|
BreakBeforeBraces: Allman
|
||||||
|
BreakConstructorInitializers: 'AfterColon'
|
||||||
BreakInheritanceList: AfterColon
|
BreakInheritanceList: AfterColon
|
||||||
BreakStringLiterals: 'true'
|
BreakStringLiterals: 'true'
|
||||||
IndentCaseLabels: 'true'
|
|
||||||
IndentWidth: '4'
|
|
||||||
ColumnLimit: '80'
|
ColumnLimit: '80'
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
||||||
|
FixNamespaceComments: 'false'
|
||||||
IncludeBlocks: Preserve
|
IncludeBlocks: Preserve
|
||||||
|
IndentCaseLabels: 'true'
|
||||||
|
IndentWidth: '4'
|
||||||
IndentWrappedFunctionNames: 'false'
|
IndentWrappedFunctionNames: 'false'
|
||||||
KeepEmptyLinesAtTheStartOfBlocks: 'true'
|
KeepEmptyLinesAtTheStartOfBlocks: 'true'
|
||||||
|
NamespaceIndentation: All
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
ReflowComments: 'true'
|
ReflowComments: 'true'
|
||||||
SortIncludes: 'false'
|
SortIncludes: 'false'
|
||||||
|
|||||||
Reference in New Issue
Block a user