1
0
Fork 0

Set EditorConfig to use tabs in .luacheckrc

Esse commit está contido em:
Hugo Locurcio 2019-02-22 00:49:04 +01:00
commit 2831c806f1
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 39E8F8BE30B0A49C
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

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