From 577a37dd29cfba8ba7b685f1b79a185722afa71c Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 30 Oct 2016 11:57:41 +0000 Subject: Add config for *.yml [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 67abf4b978..f404977180 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,7 @@ end_of_line = crlf [**.rb] indent_style = space indent_size = 2 + +[*.yml] +indent_size = 2 +indent_style = space -- cgit v1.2.1