From e35d83d2cfb88b0552f648eda9193ffab9f0bbd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 26 Apr 2023 16:47:48 +0300 Subject: [PATCH] chore(editorconfig): fix editorconfig syntax --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b998428..b007ce4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,6 @@ # top-most EditorConfig file root = true -[{*.sh, *.rs}] +[{*.sh,*.rs}] indent_style = space indent_size = 4