diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-10-30 11:57:41 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-10-30 11:57:41 +0000 |
commit | 577a37dd29cfba8ba7b685f1b79a185722afa71c (patch) | |
tree | e21635c137446097496e5dd96123b6cad3fc45cf /.editorconfig | |
parent | 9a21c28426e1021afd0f4d7314d707d578f60256 (diff) | |
download | ruby-577a37dd29cfba8ba7b685f1b79a185722afa71c.tar.gz |
Add config for *.yml [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
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 |