From 6cb724bb6e2a9c287731a7734d38f51746ec2388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Fri, 29 Dec 2023 20:08:41 -0500 Subject: [PATCH] refactor(workspace): update editorconfig set max line width to 160 --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8c11ba9..9bc03af 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ -[*] +[*.*] tab_width = 2 +indent_size = 1 indent_style = tab charset = utf-8 -max_line_length = 80 \ No newline at end of file +max_line_length = 160 \ No newline at end of file