mirror of https://github.com/cutefishos/calamares
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			35 lines
		
	
	
		
			906 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			35 lines
		
	
	
		
			906 B
		
	
	
	
		
			YAML
		
	
---
 | 
						|
BasedOnStyle: WebKit
 | 
						|
 | 
						|
AlignAfterOpenBracket: Align
 | 
						|
AlignEscapedNewlines: Left
 | 
						|
AllowAllParametersOfDeclarationOnNextLine: 'false'
 | 
						|
AllowShortFunctionsOnASingleLine: Inline
 | 
						|
AllowShortIfStatementsOnASingleLine: 'false'
 | 
						|
AllowShortLoopsOnASingleLine: 'false'
 | 
						|
AlwaysBreakAfterReturnType: TopLevelDefinitions
 | 
						|
AlwaysBreakTemplateDeclarations: Yes
 | 
						|
BinPackArguments: 'false'
 | 
						|
BinPackParameters: 'false'
 | 
						|
BreakBeforeBraces: Allman
 | 
						|
BreakBeforeTernaryOperators: 'true'
 | 
						|
BreakConstructorInitializers: BeforeComma
 | 
						|
ColumnLimit: 120
 | 
						|
Cpp11BracedListStyle: 'false'
 | 
						|
FixNamespaceComments: 'true'
 | 
						|
IncludeBlocks: Preserve
 | 
						|
IndentWidth: '4'
 | 
						|
MaxEmptyLinesToKeep: '2'
 | 
						|
NamespaceIndentation: None
 | 
						|
PointerAlignment: Left
 | 
						|
ReflowComments: 'false'
 | 
						|
SortIncludes: 'true'
 | 
						|
SpaceAfterCStyleCast: 'false'
 | 
						|
SpacesBeforeTrailingComments: '2'
 | 
						|
SpacesInAngles: 'true'
 | 
						|
SpacesInParentheses: 'true'
 | 
						|
SpacesInSquareBrackets: 'true'
 | 
						|
Standard: Cpp11
 | 
						|
 | 
						|
...
 |