From a59960da82afbfe6f6263db5b6f60dcd8e95b3b2 Mon Sep 17 00:00:00 2001 From: gaoyunqi Date: Mon, 19 Feb 2024 17:38:47 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9editorconfig?= =?UTF-8?q?=E6=AF=8F=E8=A1=8C=E5=AD=97=E7=AC=A6=E6=95=B0=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 727233b..ac4a39d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ end_of_line=lf insert_final_newline=true indent_style=space indent_size=4 -max_line_length = 100 +max_line_length = 250 [*.{yml,yaml,json}] indent_style = space