 d84796588c
			
		
	
	d84796588c
	
	
	
		
			
			* cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
		
			
				
	
	
		
			16 lines
		
	
	
		
			223 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			223 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| root = true
 | |
| 
 | |
| [*]
 | |
| indent_style = tab
 | |
| indent_size = 2
 | |
| charset = utf-8
 | |
| insert_final_newline = true
 | |
| end_of_line = lf
 | |
| trim_trailing_whitespace = true
 | |
| 
 | |
| [*.md]
 | |
| trim_trailing_whitespace = false
 | |
| 
 | |
| [*.{yml,yaml}]
 | |
| indent_style = space
 |