Set EditorConfig to use tabs in .luacheckrc

This commit is contained in:
Hugo Locurcio 2019-02-22 00:49:27 +01:00
parent 7318af5ed2
commit 8730c50a75
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 1 additions and 1 deletions

View File

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