From a6d46ebcd76ff1660ce908ba219ac5e2fde97817 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Thu, 25 Sep 2014 15:34:29 -0700 Subject: [PATCH] Forcing 2 space indentation on all yaml files --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 808ae5806..685c06357 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,8 @@ trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 4 + +# 2 space indentation +[*.yaml, *.yml] +indent_style = space +indent_size = 2