From a872f379dc9e6986e7e11ea163f2c7474e033028 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 15 Jul 2023 10:25:10 +0200 Subject: editorconfig: Specify max line length to match luacheck settings --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 4a1b79bf..a17121ba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,7 @@ end_of_line = lf indent_style = tab insert_final_newline = true trim_trailing_whitespace = true +max_line_length = 150 [CHANGES] indent_size = 4 -- cgit v1.2.3