Added a EditorConfig file.

This commit is contained in:
Yorick Peterse 2014-02-26 19:56:47 +01:00
parent 5755c325bd
commit c668804912
1 changed files with 9 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
indent_style = spaces
trim_trailing_whitespace = true
[*.{y,rb,rl}]
indent_size = 2