aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-30 11:57:41 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-30 11:57:41 +0000
commit2a000c25f60937c3d255fb772ee5a0f597e98efc (patch)
treee21635c137446097496e5dd96123b6cad3fc45cf /.editorconfig
parent0c6524845717858934c512fb152ea6758e7ad7cd (diff)
downloadruby-2a000c25f60937c3d255fb772ee5a0f597e98efc.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--.editorconfig4
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