mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	* Update compile howto - to qt5.15 - minimal install overhead - sync with vscode and cmake * Update docs with more input gh actions windows: Qt5.15 and msvc2019 * fix: Azure build
		
			
				
	
	
		
			26 lines
		
	
	
		
			413 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			413 B
		
	
	
	
		
			INI
		
	
	
	
	
	
root = true
 | 
						|
 | 
						|
# Unix-style newlines with a newline ending every file
 | 
						|
[*]
 | 
						|
charset = utf-8
 | 
						|
trim_trailing_whitespace = true
 | 
						|
end_of_line = lf
 | 
						|
insert_final_newline = true
 | 
						|
 | 
						|
# Tab indentation (no size specified)
 | 
						|
[Makefile]
 | 
						|
indent_style = tab
 | 
						|
 | 
						|
[*.{c,h,cpp,hpp}]
 | 
						|
indent_style = tab
 | 
						|
indent_size = 4
 | 
						|
 | 
						|
# js and webui
 | 
						|
[*.{ts,js,html}]
 | 
						|
indent_style = space
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
# version file
 | 
						|
[version]
 | 
						|
insert_final_newline = false
 |