Skip to content

Commit

Permalink
Set EditorConfig to use tabs in .luacheckrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Feb 21, 2019
1 parent 9dc3378 commit 2831c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.lua]
[*.{lua,luacheckrc}]
indent_style = tab
indent_size = 4

0 comments on commit 2831c80

Please sign in to comment.