mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 13:34:12 +00:00 
			
		
		
		
	* Added yaml file in addition to yml file, in editorconfig * Applied editorconfig for pnpm-workspace.yaml --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			150 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			150 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| root = true
 | |
| 
 | |
| [*]
 | |
| indent_style = tab
 | |
| indent_size = 2
 | |
| charset = utf-8
 | |
| insert_final_newline = true
 | |
| end_of_line = lf
 | |
| 
 | |
| [*.{yml,yaml}]
 | |
| indent_style = space
 |