Add .editorconfig

This commit is contained in:
marius92mc 2017-10-16 01:26:30 +03:00 committed by Michał Matczuk
parent 88aa2781db
commit 32b47980fb

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
; http://editorconfig.org/
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4