mirror of
				https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
				synced 2025-11-04 01:16:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			394 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			394 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
BasedOnStyle: LLVM
 | 
						|
BreakBeforeBraces: Stroustrup
 | 
						|
TabWidth: 4
 | 
						|
IndentWidth: 4
 | 
						|
UseTab: Never
 | 
						|
IndentCaseLabels: true
 | 
						|
ColumnLimit: 150
 | 
						|
PointerAlignment: Left
 | 
						|
AllowShortBlocksOnASingleLine: Empty
 | 
						|
AllowShortEnumsOnASingleLine: false
 | 
						|
AllowShortFunctionsOnASingleLine: Empty
 | 
						|
AllowShortIfStatementsOnASingleLine: Never
 | 
						|
AllowShortLoopsOnASingleLine: false
 | 
						|
BinPackArguments: false
 | 
						|
BinPackParameters: false
 |