From bd45a12031347780f6a306b947c87b196c390f9d Mon Sep 17 00:00:00 2001 From: Sid Vishnoi <8426945+sidvishnoi@users.noreply.github.com> Date: Tue, 1 Jun 2021 15:02:59 +0530 Subject: [PATCH] chore(.editorconfig): add indent_size=2 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 6d1be57..10865f3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,7 @@ +root = true + indent_style = tab +indent_size = 2 tab_width = 2 end_of_line = lf charset = utf-8