Add ruby settings to editor config

This commit is contained in:
Eric Freese 2017-01-19 00:55:27 -07:00
parent fedc22e9bb
commit af671fb406

View file

@ -8,3 +8,7 @@ indent_size = 4
[*.md]
indent_style = space
[*.rb]
indent_style = space
indent_size = 2