From 211c372a3afc01bcb1643898ac11452d9b6e183a Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Thu, 3 Aug 2017 09:50:08 -0700 Subject: [PATCH] EditorConfig: 2 space indent (#195) This patch updates editor config to use 2 spaces --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3c44241cc4f..c6c8b362193 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true [*] indent_style = space -indent_size = 4 +indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true