Set EditorConfig to use tabs in .luacheckrc

This commit is contained in:
Hugo Locurcio 2019-02-22 00:49:04 +01:00
부모 9dc3378f65
커밋 2831c806f1
No known key found for this signature in database
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