# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1689409510 -7200
# Node ID e2e4779c6790522fee3859326d8dfd1e476a24ad
# Parent  4a107a63b0a34a0a354bf969c8148bcf0fcfb52c
editorconfig: Specify max line length to match luacheck settings

diff -r 4a107a63b0a3 -r e2e4779c6790 .editorconfig
--- a/.editorconfig	Sat Jul 15 10:22:49 2023 +0200
+++ b/.editorconfig	Sat Jul 15 10:25:10 2023 +0200
@@ -8,6 +8,7 @@
 indent_style = tab
 insert_final_newline = true
 trim_trailing_whitespace = true
+max_line_length = 150
 
 [CHANGES]
 indent_size = 4