mirror of https://github.com/procxx/kepka.git
				
				
				
			
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
| ---
 | |
| AccessModifierOffset: -4
 | |
| AlignAfterOpenBracket: Align
 | |
| AlignConsecutiveAssignments: false
 | |
| AlignConsecutiveDeclarations: false
 | |
| AlignEscapedNewlinesLeft: false
 | |
| AlignEscapedNewlines: false
 | |
| AlignOperands: true
 | |
| AlignTrailingComments: false
 | |
| AllowShortBlocksOnASingleLine: false
 | |
| AllowShortCaseLabelsOnASingleLine: true
 | |
| AllowShortFunctionsOnASingleLine: Empty
 | |
| AllowShortIfStatementsOnASingleLine: true
 | |
| AllowShortLoopsOnASingleLine: true
 | |
| AlwaysBreakAfterDefinitionReturnType: None
 | |
| AlwaysBreakAfterReturnType: None
 | |
| AlwaysBreakBeforeMultilineStrings: true
 | |
| BinPackArguments: true
 | |
| BinPackParameters: true
 | |
| BreakBeforeBraces: Attach
 | |
| BreakBeforeTernaryOperators: false
 | |
| BreakConstructorInitializers: BeforeComma
 | |
| BreakStringLiterals: true
 | |
| ColumnLimit: 120
 | |
| ConstructorInitializerAllOnOneLineOrOnePerLine: false
 | |
| Cpp11BracedListStyle: true
 | |
| DerivePointerAlignment: true
 | |
| IndentCaseLabels: false
 | |
| IndentWidth: 4
 | |
| KeepEmptyLinesAtTheStartOfBlocks: false
 | |
| MaxEmptyLinesToKeep: 2
 | |
| NamespaceIndentation: None
 | |
| PointerAlignment: Right
 | |
| SortIncludes: false
 | |
| SpaceAfterCStyleCast: false
 | |
| SpaceBeforeAssignmentOperators: true
 | |
| SpaceBeforeParens: ControlStatements
 | |
| SpaceInEmptyParentheses: false
 | |
| Standard: Cpp11
 | |
| TabWidth: 4
 | |
| UseTab: ForIndentation
 | |
| ForEachMacros: [ for_const, foreach, Q_FOREACH, BOOST_FOREACH ]
 | |
| ...
 |