coreboot has decided to go with 96 characters per line. Original Signed-off-by: Patrick Georgi <pgeorgi@google.com> Original Reviewed-on: https://review.coreboot.org/c/coreboot/+/31651 Change-Id: I9c99e5cca6548e23cf755dc37193ff2aa669ac10 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33405 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
		
			
				
	
	
		
			22 lines
		
	
	
		
			648 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			648 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| BasedOnStyle:					LLVM
 | |
| Language:					Cpp
 | |
| IndentWidth:					8
 | |
| UseTab:						Always
 | |
| BreakBeforeBraces:				Linux
 | |
| AllowShortIfStatementsOnASingleLine:		false
 | |
| IndentCaseLabels:				false
 | |
| SortIncludes:					false
 | |
| ContinuationIndentWidth:			8
 | |
| ColumnLimit:					96
 | |
| AlwaysBreakBeforeMultilineStrings:		true
 | |
| AllowShortLoopsOnASingleLine:			false
 | |
| AllowShortFunctionsOnASingleLine:		false
 | |
| AlignEscapedNewlinesLeft:			false
 | |
| AlignTrailingComments:				true
 | |
| AllowAllParametersOfDeclarationOnNextLine:	false
 | |
| AlignAfterOpenBracket:				true
 | |
| SpaceAfterCStyleCast:				false
 | |
| MaxEmptyLinesToKeep:				2
 | |
| BreakBeforeBinaryOperators:			NonAssignment
 | |
| BreakStringLiterals:				false
 |