Files
dotfiles/.editorconfig
2014-11-30 08:34:21 -06:00

14 lines
159 B
INI

root = true
[*]
indent_style = space
indent_size = 4
[{*.rb,Rakefile}]
indent_style = space
indent_size = 2
[*.snippets]
indent_style = tab
indent_size = 4