Merge pull request #1074 from internetee/add-editorconfig

Add .editorconfig
This commit is contained in:
Timo Võhmar 2019-02-18 10:37:04 +02:00 committed by GitHub
commit f1148bd4f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
max_line_length = 100
trim_trailing_whitespace = true
insert_final_newline = false
[*.{html,erb}]
indent_size = 4