From 0da9760d4e43ed9401c9449ab08523ec0a0fde7f Mon Sep 17 00:00:00 2001 From: Kartik Soneji Date: Mon, 13 Jul 2020 16:53:57 +0530 Subject: [PATCH] fix: Specify indent_size = 2 globally in .editorconfig. (#39236) --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 13ef57c654..2c6f376d34 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,7 @@ root = true [*] indent_style = space +indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true