65 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
Language: Cpp
 | 
						|
BasedOnStyle: LLVM
 | 
						|
 | 
						|
AccessModifierOffset: -2
 | 
						|
AlignAfterOpenBracket: Align
 | 
						|
AlignConsecutiveMacros: None
 | 
						|
AlignConsecutiveAssignments: None
 | 
						|
AlignEscapedNewlines: Right
 | 
						|
AlignOperands: DontAlign
 | 
						|
AlignTrailingComments: false
 | 
						|
AllowAllArgumentsOnNextLine: true
 | 
						|
AllowAllConstructorInitializersOnNextLine: true
 | 
						|
AllowAllParametersOfDeclarationOnNextLine: true
 | 
						|
AllowShortBlocksOnASingleLine: Always
 | 
						|
AllowShortCaseLabelsOnASingleLine: true
 | 
						|
AllowShortFunctionsOnASingleLine: Empty
 | 
						|
AllowShortIfStatementsOnASingleLine: Never
 | 
						|
AllowShortLambdasOnASingleLine: All
 | 
						|
AllowShortLoopsOnASingleLine: false
 | 
						|
AlwaysBreakAfterDefinitionReturnType: None
 | 
						|
AlwaysBreakAfterReturnType: None
 | 
						|
AlwaysBreakBeforeMultilineStrings: false
 | 
						|
AlwaysBreakTemplateDeclarations: Yes
 | 
						|
BreakBeforeBraces: Attach
 | 
						|
BreakBeforeTernaryOperators: false
 | 
						|
BreakConstructorInitializers: AfterColon
 | 
						|
ColumnLimit: 180
 | 
						|
CompactNamespaces: false
 | 
						|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
 | 
						|
ExperimentalAutoDetectBinPacking: false
 | 
						|
FixNamespaceComments: false
 | 
						|
IncludeBlocks: Preserve
 | 
						|
IndentCaseLabels: true
 | 
						|
IndentWidth: 4
 | 
						|
PointerAlignment: Left
 | 
						|
ReflowComments: false
 | 
						|
SortIncludes: CaseSensitive
 | 
						|
SortUsingDeclarations: false
 | 
						|
SpaceAfterCStyleCast: false
 | 
						|
SpaceAfterLogicalNot: false
 | 
						|
SpaceAfterTemplateKeyword: true
 | 
						|
SpaceBeforeCtorInitializerColon: true
 | 
						|
SpaceBeforeInheritanceColon: true
 | 
						|
SpaceBeforeParens: ControlStatements
 | 
						|
SpaceBeforeRangeBasedForLoopColon: true
 | 
						|
SpaceInEmptyParentheses: false
 | 
						|
SpacesBeforeTrailingComments: 1
 | 
						|
SpacesInAngles: Never
 | 
						|
SpacesInCStyleCastParentheses: false
 | 
						|
SpacesInContainerLiterals: false
 | 
						|
SpacesInParentheses: false
 | 
						|
SpacesInSquareBrackets: false
 | 
						|
Standard: Auto
 | 
						|
TabWidth: 4
 | 
						|
UseTab: Never
 | 
						|
 | 
						|
AllowShortEnumsOnASingleLine: false
 | 
						|
 | 
						|
BraceWrapping:
 | 
						|
  AfterEnum: false
 | 
						|
 | 
						|
AlignConsecutiveDeclarations: None
 | 
						|
 | 
						|
NamespaceIndentation: All
 |