Add editorconfig (#891)

This commit is contained in:
Jay Thomas 2017-10-30 01:11:55 -04:00 committed by Robert Lord
parent cf29f6786c
commit e3e84d95da

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
# EditorConfig is awesome: http://EditorConfig.org
# Top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.rb]
charset = utf-8