mirror of
				https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
				synced 2025-06-27 11:58:51 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			670 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			670 B
		
	
	
	
		
			INI
		
	
	
	
	
	
# https://editorconfig.org/
 | 
						|
 | 
						|
root = true
 | 
						|
 | 
						|
[*]
 | 
						|
charset = utf-8
 | 
						|
indent_style = space
 | 
						|
end_of_line = lf
 | 
						|
 | 
						|
[*.{json,jsonc,asmdef}]
 | 
						|
indent_size = 2
 | 
						|
trim_trailing_whitespace = true
 | 
						|
 | 
						|
[*.{yml,yaml,sh,puml,md}]
 | 
						|
indent_size = 2
 | 
						|
trim_trailing_whitespace = true
 | 
						|
insert_final_newline = true
 | 
						|
 | 
						|
[*.cs]
 | 
						|
indent_size = 4
 | 
						|
trim_trailing_whitespace = true
 | 
						|
insert_final_newline = true
 | 
						|
 | 
						|
[*.sln]
 | 
						|
indent_style = tab
 | 
						|
 | 
						|
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}]
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
[*.builds]
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
[*.{xml,stylecop,resx,ruleset}]
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
[*.{props,targets,config,nuspec}]
 | 
						|
indent_size = 2
 | 
						|
 | 
						|
[*.{txt,hlsl,shader,cginc}]
 | 
						|
indent_size = unset
 | 
						|
indent_style = unset |