git-subtree-dir: third_party/variant git-subtree-split: b5850212f16efeb409a112edb1e719d5f5edb604
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| Language:        Cpp
 | |
| # BasedOnStyle:  LLVM
 | |
| AccessModifierOffset: -2
 | |
| ConstructorInitializerIndentWidth: 4
 | |
| AlignEscapedNewlinesLeft: false
 | |
| AlignTrailingComments: true
 | |
| AllowAllParametersOfDeclarationOnNextLine: true
 | |
| AllowShortIfStatementsOnASingleLine: false
 | |
| AllowShortLoopsOnASingleLine: false
 | |
| AllowShortFunctionsOnASingleLine: true
 | |
| AlwaysBreakTemplateDeclarations: false
 | |
| AlwaysBreakBeforeMultilineStrings: false
 | |
| BreakBeforeBinaryOperators: false
 | |
| BreakBeforeTernaryOperators: true
 | |
| BreakConstructorInitializersBeforeComma: false
 | |
| BinPackParameters: false
 | |
| ColumnLimit:     100
 | |
| ConstructorInitializerAllOnOneLineOrOnePerLine: false
 | |
| DerivePointerBinding: false
 | |
| ExperimentalAutoDetectBinPacking: false
 | |
| IndentCaseLabels: false
 | |
| MaxEmptyLinesToKeep: 1
 | |
| KeepEmptyLinesAtTheStartOfBlocks: true
 | |
| NamespaceIndentation: None
 | |
| ObjCSpaceAfterProperty: false
 | |
| ObjCSpaceBeforeProtocolList: true
 | |
| PenaltyBreakBeforeFirstCallParameter: 19
 | |
| PenaltyBreakComment: 300
 | |
| PenaltyBreakString: 1000
 | |
| PenaltyBreakFirstLessLess: 120
 | |
| PenaltyExcessCharacter: 1000
 | |
| PenaltyReturnTypeOnItsOwnLine: 60
 | |
| PointerBindsToType: false
 | |
| SpacesBeforeTrailingComments: 1
 | |
| Cpp11BracedListStyle: true
 | |
| Standard:        Cpp11
 | |
| IndentWidth:     4
 | |
| TabWidth:        8
 | |
| UseTab:          Never
 | |
| BreakBeforeBraces: Allman
 | |
| IndentFunctionDeclarationAfterType: false
 | |
| SpacesInParentheses: false
 | |
| SpacesInAngles:  false
 | |
| SpaceInEmptyParentheses: false
 | |
| SpacesInCStyleCastParentheses: false
 | |
| SpacesInContainerLiterals: true
 | |
| SpaceBeforeAssignmentOperators: true
 | |
| ContinuationIndentWidth: 4
 | |
| CommentPragmas:  '^ IWYU pragma:'
 | |
| ForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH ]
 | |
| SpaceBeforeParens: ControlStatements
 | |
| ...
 | |
| 
 |