From 63ab865174513635035e88d9aff261f1fef5dc2e Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 4 May 2014 18:37:41 +0530 Subject: [PATCH] Add formatting rules for .yml files to editorconfig. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 217a0e30cb6..74a1d63d774 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ trim_trailing_whitespace = true [*.bat] end_of_line = crlf + +[*.yml] +indent_style = space +indent_size = 2