1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-05 16:06:27 +02:00

chore: add .editorconfig

This commit is contained in:
Carlos Alexandro Becker 2024-01-01 22:22:51 -03:00
parent c6f2eb7008
commit b744dfbd5b
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
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
[*.{md,yml,yaml}]
indent_size = 2
indent_style = space