mirror of
				https://source.quilibrium.com/quilibrium/ceremonyclient.git
				synced 2025-11-04 10:37:27 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			252 B
		
	
	
	
		
			INI
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			252 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| 
								 | 
							
								# See http://editorconfig.org
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[*]
							 | 
						||
| 
								 | 
							
								end_of_line = lf
							 | 
						||
| 
								 | 
							
								insert_final_newline = true
							 | 
						||
| 
								 | 
							
								charset = utf-8
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# For non-go files, we indent with two spaces. In go files we indent
							 | 
						||
| 
								 | 
							
								# with tabs but still set indent_size to control the github web viewer.
							 | 
						||
| 
								 | 
							
								indent_size=2
							 |