forked from quickshell/quickshell
		
	This allows the repository to be used as a channel. It can also be used to enter a development/trial shell.
		
			
				
	
	
		
			18 lines
		
	
	
		
			No EOL
		
	
	
		
			225 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			No EOL
		
	
	
		
			225 B
		
	
	
	
		
			INI
		
	
	
	
	
	
root = true
 | 
						|
 | 
						|
[*]
 | 
						|
charset = utf-8
 | 
						|
end_of_line = lf
 | 
						|
insert_final_newline = true
 | 
						|
indent_style = tab
 | 
						|
 | 
						|
[*.nix]
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
[*.{yml,yaml}]
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
[*.scm]
 | 
						|
indent_style = space |