mirror of
				https://github.com/jbeder/yaml-cpp.git
				synced 2025-10-27 14:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| # BasedOnStyle:  Google
 | |
| AccessModifierOffset: -1
 | |
| ConstructorInitializerIndentWidth: 4
 | |
| AlignEscapedNewlinesLeft: true
 | |
| AlignTrailingComments: true
 | |
| AllowAllParametersOfDeclarationOnNextLine: true
 | |
| AllowShortIfStatementsOnASingleLine: false
 | |
| AllowShortLoopsOnASingleLine: false
 | |
| AlwaysBreakTemplateDeclarations: true
 | |
| AlwaysBreakBeforeMultilineStrings: true
 | |
| BreakBeforeBinaryOperators: false
 | |
| BreakBeforeTernaryOperators: true
 | |
| BreakConstructorInitializersBeforeComma: false
 | |
| BinPackParameters: true
 | |
| ColumnLimit:     80
 | |
| ConstructorInitializerAllOnOneLineOrOnePerLine: true
 | |
| DerivePointerBinding: true
 | |
| ExperimentalAutoDetectBinPacking: false
 | |
| IndentCaseLabels: true
 | |
| MaxEmptyLinesToKeep: 1
 | |
| NamespaceIndentation: None
 | |
| ObjCSpaceBeforeProtocolList: false
 | |
| PenaltyBreakBeforeFirstCallParameter: 1
 | |
| PenaltyBreakComment: 60
 | |
| PenaltyBreakString: 1000
 | |
| PenaltyBreakFirstLessLess: 120
 | |
| PenaltyExcessCharacter: 1000000
 | |
| PenaltyReturnTypeOnItsOwnLine: 200
 | |
| PointerBindsToType: true
 | |
| SpacesBeforeTrailingComments: 2
 | |
| Cpp11BracedListStyle: true
 | |
| Standard:        Auto
 | |
| IndentWidth:     2
 | |
| TabWidth:        8
 | |
| UseTab:          Never
 | |
| BreakBeforeBraces: Attach
 | |
| IndentFunctionDeclarationAfterType: true
 | |
| SpacesInParentheses: false
 | |
| SpacesInAngles:  false
 | |
| SpaceInEmptyParentheses: false
 | |
| SpacesInCStyleCastParentheses: false
 | |
| SpaceAfterControlStatementKeyword: true
 | |
| SpaceBeforeAssignmentOperators: true
 | |
| ContinuationIndentWidth: 4
 | |
| ...
 | |
| 
 | 
