1
0
mirror of https://github.com/minetest-mods/moreblocks.git synced 2025-06-28 22:26:43 +02:00

Set EditorConfig to use tabs in .luacheckrc

This commit is contained in:
Hugo Locurcio
2019-02-22 00:48:36 +01:00
parent 2062702295
commit a7b513f181

@ -8,6 +8,6 @@ indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.lua]
[*.{lua,luacheckrc}]
indent_style = tab
indent_size = 4