From 9de61821c5aa914a268d8c37b4c4c43504ee361f Mon Sep 17 00:00:00 2001 From: Emik Date: Fri, 2 May 2025 23:42:40 +0200 Subject: [PATCH] Update .editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e9d3670..23a6289 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,11 +20,11 @@ continuation_indent = 4 # this mean utf8 length , if this is 'unset' then the line width is no longer checked # this option decides when to chopdown the code -max_line_length = lf +max_line_length = 120 # optional crlf/lf/cr/auto, if it is 'auto', in windows it is crlf other platforms are lf # in neovim the value 'auto' is not a valid option, please use 'unset' -end_of_line = auto +end_of_line = lf # none/ comma / semicolon / only_kv_colon table_separator_style = none