mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	I've run into a situation where clang-format does not support the necessary style rules. It will have to be patched before clang-format is fully adopted into Sway. Use this file with caution.
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			405 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			405 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
BasedOnStyle: LLVM
 | 
						|
IndentWidth: 4
 | 
						|
TabWidth: 4
 | 
						|
UseTab: Always
 | 
						|
BreakBeforeBraces: Attach
 | 
						|
AllowShortIfStatementsOnASingleLine: false
 | 
						|
IndentCaseLabels: false
 | 
						|
SortIncludes: false
 | 
						|
ColumnLimit: 80
 | 
						|
AlignAfterOpenBracket: DontAlign
 | 
						|
BinPackParameters: false
 | 
						|
BinPackArguments: false
 | 
						|
ContinuationIndentWidth: 8
 | 
						|
AllowAllParametersOfDeclarationOnNextLine: false
 | 
						|
AllowShortLoopsOnASingleLine: true
 | 
						|
ReflowComments: false
 |