forked from minetest-mods/moreores
		
	Set EditorConfig to use tabs in .luacheckrc
This commit is contained in:
		@@ -8,6 +8,6 @@ indent_size = 2
 | 
				
			|||||||
insert_final_newline = true
 | 
					insert_final_newline = true
 | 
				
			||||||
trim_trailing_whitespace = true
 | 
					trim_trailing_whitespace = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[*.lua]
 | 
					[*.{lua,luacheckrc}]
 | 
				
			||||||
indent_style = tab
 | 
					indent_style = tab
 | 
				
			||||||
indent_size = 4
 | 
					indent_size = 4
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user