diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index c242bddd8..353bee41d 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -80,3 +80,4 @@ files['/**/test/functional/'].ignore = {'631'} max_string_line_length = 500 max_comment_line_length = 500 +max_line_length = 140 |