editorconfig: Specify max line length to match luacheck settings

This commit is contained in:
Kim Alvefur 2023-07-15 10:25:10 +02:00
parent b2c40bfe79
commit a872f379dc

View file

@ -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