mirror of
				https://github.com/nosqlbench/nosqlbench.git
				synced 2025-02-25 18:55:28 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			259 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			259 B
		
	
	
	
		
			INI
		
	
	
	
	
	
# EditorConfig: http://EditorConfig.org
 | 
						|
 | 
						|
root = true
 | 
						|
 | 
						|
[*]
 | 
						|
end_of_line = lf
 | 
						|
insert_final_newline = true
 | 
						|
charset = utf-8
 | 
						|
indent_style = space
 | 
						|
trim_trailing_whitespace = true
 | 
						|
 | 
						|
[pom.xml]
 | 
						|
indent_size = 4
 | 
						|
 | 
						|
[*.java]
 | 
						|
indent_size = 4
 | 
						|
 | 
						|
[*.{cmd,bat}]
 | 
						|
end_of_line = crlf
 |