Changeset

13193:e2e4779c6790

editorconfig: Specify max line length to match luacheck settings
author Kim Alvefur <zash@zash.se>
date Sat, 15 Jul 2023 10:25:10 +0200
parents 13192:4a107a63b0a3
children 13194:b8398218dd23
files .editorconfig
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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