Set EditorConfig to use tabs in .luacheckrc

このコミットが含まれているのは:
Hugo Locurcio 2019-02-22 00:49:04 +01:00
コミット 2831c806f1
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 39E8F8BE30B0A49C
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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