Change-Id: Iff634f22d43470e2dc028387b3816257fd7b4156 Signed-off-by: Klement Sekera <ksekera@cisco.com>
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
AlignEscapedNewlinesLeft: true
 | 
						|
AlignTrailingComments: true
 | 
						|
AllowAllParametersOfDeclarationOnNextLine: true
 | 
						|
AllowShortIfStatementsOnASingleLine: false
 | 
						|
AllowShortLoopsOnASingleLine: false
 | 
						|
AllowShortFunctionsOnASingleLine: false
 | 
						|
AlwaysBreakBeforeMultilineStrings: false
 | 
						|
BreakBeforeBinaryOperators: false
 | 
						|
BreakBeforeTernaryOperators: true
 | 
						|
BinPackParameters: true
 | 
						|
BreakBeforeBraces: GNU
 | 
						|
ColumnLimit:     79
 | 
						|
IndentCaseLabels: false
 | 
						|
MaxEmptyLinesToKeep: 1
 | 
						|
PenaltyBreakBeforeFirstCallParameter: 19
 | 
						|
PenaltyBreakComment: 60
 | 
						|
PenaltyBreakString: 1000
 | 
						|
PenaltyBreakFirstLessLess: 120
 | 
						|
PenaltyExcessCharacter: 1000000
 | 
						|
PenaltyReturnTypeOnItsOwnLine: 60
 | 
						|
PointerBindsToType: false
 | 
						|
SpaceBeforeAssignmentOperators: true
 | 
						|
SpaceBeforeParens: Always
 | 
						|
SpacesBeforeTrailingComments: 1
 | 
						|
SpacesInParentheses: false
 | 
						|
SpaceInEmptyParentheses: false
 | 
						|
SpacesInCStyleCastParentheses: false
 | 
						|
SpaceAfterControlStatementKeyword: true
 | 
						|
Cpp11BracedListStyle: true
 | 
						|
Standard:        Cpp11
 | 
						|
SortIncludes: false
 | 
						|
IndentWidth:     2
 | 
						|
TabWidth:        4
 | 
						|
UseTab:          Never
 | 
						|
IndentFunctionDeclarationAfterType: false
 | 
						|
ContinuationIndentWidth: 4
 | 
						|
...
 |