Set EditorConfig to use tabs in .luacheckrc

This commit is contained in:
Hugo Locurcio 2019-02-22 00:49:04 +01:00
父節點 9dc3378f65
當前提交 2831c806f1
沒有發現已知的金鑰在資料庫的簽署中
GPG Key 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