1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +02:00

chore: typo

This commit is contained in:
Carlos Alexandro Becker
2018-02-13 09:49:37 -02:00
committed by GitHub
parent 401e5caf49
commit 53bf5bb9d9

View File

@@ -5,7 +5,7 @@ end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8