diff options
Diffstat (limited to '.luacheckrc')
| -rw-r--r-- | .luacheckrc | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..a21d36f --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,6 @@ +max_line_length = 120 +read_globals = { +	"core", +	"mesecon", +	"vector", +} | 
