1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00

added editorconfig

This commit is contained in:
Carlos Alexandro Becker 2017-01-02 15:03:57 -02:00
parent f772490cd0
commit 2f23eb2ff2
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

10
.editorconfig Normal file
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