mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	This allows us to remove all the SQL stuff from the main program, and restores the ability to upgrade from version 2 SQL files.
		
			
				
	
	
		
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| AccessModifierOffset: -4
 | |
| AlignAfterOpenBracket: DontAlign
 | |
| AlignArrayOfStructures: Left
 | |
| AlignEscapedNewlines: Left
 | |
| AllowAllArgumentsOnNextLine: 'true'
 | |
| AllowAllConstructorInitializersOnNextLine: 'false'
 | |
| AllowAllParametersOfDeclarationOnNextLine: 'true'
 | |
| AllowShortBlocksOnASingleLine: 'true'
 | |
| AllowShortCaseLabelsOnASingleLine: 'false'
 | |
| AllowShortFunctionsOnASingleLine: Empty
 | |
| AllowShortIfStatementsOnASingleLine: Never
 | |
| AllowShortLambdasOnASingleLine: None
 | |
| AllowShortLoopsOnASingleLine: 'false'
 | |
| AlwaysBreakAfterDefinitionReturnType: None
 | |
| AlwaysBreakAfterReturnType: None
 | |
| AlwaysBreakBeforeMultilineStrings: 'true'
 | |
| AlwaysBreakTemplateDeclarations: 'Yes'
 | |
| BinPackArguments: 'false'
 | |
| BinPackParameters: 'false'
 | |
| BreakConstructorInitializers: 'AfterColon'
 | |
| BreakBeforeBraces: Allman
 | |
| BreakInheritanceList: AfterColon
 | |
| BreakStringLiterals: 'true'
 | |
| IndentCaseLabels: 'true'
 | |
| IndentWidth: '4'
 | |
| ColumnLimit: '80'
 | |
| ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
 | |
| IncludeBlocks: Preserve
 | |
| IndentWrappedFunctionNames: 'false'
 | |
| KeepEmptyLinesAtTheStartOfBlocks: 'true'
 | |
| PointerAlignment: Left
 | |
| ReflowComments: 'true'
 | |
| SortIncludes: 'false'
 | |
| SortUsingDeclarations: 'true'
 | |
| SpaceAfterTemplateKeyword: 'true'
 | |
| SpaceBeforeAssignmentOperators: 'true'
 | |
| SpaceBeforeCtorInitializerColon: 'false'
 | |
| SpaceBeforeInheritanceColon: 'true'
 | |
| SpaceBeforeParens: ControlStatements
 | |
| SpaceInEmptyParentheses: 'false'
 | |
| ...
 |