1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-05-16 09:20:15 +02:00

added editorconfig

This commit is contained in:
Carlos Alexandro Becker
2017-01-02 15:03:57 -02:00
parent f772490cd0
commit 2f23eb2ff2
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8