diff options
Diffstat (limited to '.luacheckrc')
| -rw-r--r-- | .luacheckrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..ba5be9f --- /dev/null +++ b/.luacheckrc | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | std = luajit | ||
| 2 | |||
| 3 | ignore = { | ||
| 4 | '631', -- Line is too long. | ||
| 5 | } | ||
| 6 | |||
| 7 | globals = { | ||
| 8 | 'vim', | ||
| 9 | } | ||
