From bab0feb6dde3c78a7c3bdd1305a6fc75f9a4c679 Mon Sep 17 00:00:00 2001 From: Akshay Birajdar Date: Mon, 19 Oct 2020 22:34:38 +0530 Subject: [PATCH] Sets indent size as 2 globally --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7203adb09..6a0dd95d2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,4 @@ trim_trailing_whitespace = true insert_final_newline = true indent_style = spaces tab_width = 2 - -[{*.{rb,erb,js,coffee,json,yml,css,scss,sh,markdown,md,html}] indent_size = 2