mirror of
				https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
				synced 2025-11-04 09:26:37 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
BasedOnStyle: LLVM
 | 
						|
BreakBeforeBraces: Stroustrup
 | 
						|
TabWidth: 4
 | 
						|
IndentWidth: 4
 | 
						|
UseTab: Never
 | 
						|
AllowShortIfStatementsOnASingleLine: false
 | 
						|
IndentCaseLabels: true
 | 
						|
ColumnLimit: 200
 | 
						|
PointerAlignment: Left
 | 
						|
AllowShortBlocksOnASingleLine: Empty
 | 
						|
AllowShortEnumsOnASingleLine: false
 | 
						|
AllowShortFunctionsOnASingleLine: Empty
 | 
						|
AllowShortIfStatementsOnASingleLine: Never
 | 
						|
AllowShortLoopsOnASingleLine: false
 |