1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-05 20:16:17 +02:00
nfpm/.editorconfig
Carlos Alexandro Becker b744dfbd5b
chore: add .editorconfig
2024-01-01 22:22:51 -03:00

17 lines
231 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
[*.{md,yml,yaml}]
indent_size = 2
indent_style = space