1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00

Merge pull request #33 from goreleaser/editorconfig

added editorconfig
This commit is contained in:
jspc 2017-01-03 20:30:33 +00:00 committed by GitHub
commit f8c9e14444

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