From 8a4f928f9e925cbf70ad373d71b4f677817ac8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 26 Apr 2023 16:36:20 +0300 Subject: [PATCH] chore(editorconfig): update editorconfig for better code readability --- .editorconfig | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8bce75f..b998428 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,11 +3,6 @@ # top-most EditorConfig file root = true -# 4 space indentation -[*.rs] -indent_style = tab -indent_size = 4 - -[*.sh] -indent_style = tab +[{*.sh, *.rs}] +indent_style = space indent_size = 4