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.
		
		
		
		
		
			
		
			
				
	
	
		
			30 lines
		
	
	
		
			447 B
		
	
	
	
		
			INI
		
	
			
		
		
	
	
			30 lines
		
	
	
		
			447 B
		
	
	
	
		
			INI
		
	
#   SPDX-FileCopyrightText: no
 | 
						|
#   SPDX-License-Identifier: CC0-1.0
 | 
						|
 | 
						|
root = true
 | 
						|
 | 
						|
[*]
 | 
						|
charset = utf-8
 | 
						|
end_of_line = lf
 | 
						|
trim_trailing_whitespace = true
 | 
						|
 | 
						|
[CMakeLists.txt]
 | 
						|
indent_style = space
 | 
						|
indent_size = 4
 | 
						|
insert_final_newline = true
 | 
						|
 | 
						|
[*.cmake]
 | 
						|
indent_style = space
 | 
						|
indent_size = 4
 | 
						|
insert_final_newline = true
 | 
						|
 | 
						|
[*.{py,cpp,h}]
 | 
						|
indent_style = space
 | 
						|
indent_size = 4
 | 
						|
insert_final_newline = true
 | 
						|
 | 
						|
[*.sh]
 | 
						|
indent_style = tab
 | 
						|
insert_final_newline = true
 | 
						|
 |