1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00
goreleaser/.editorconfig
Carlos Alexandro Becker 2f23eb2ff2
added editorconfig
2017-01-02 15:03:57 -02:00

11 lines
174 B
INI

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