mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-06 03:13:48 +02:00
ac398de727
- refactors brew template into separated files using embed.FS - moves the macos and linux packages to different template files - includes and indent those accordingly to which OSes are supported closes #4561 Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
15 lines
232 B
INI
15 lines
232 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,yam,rbl}]
|
|
indent_size = 2
|
|
indent_style = space
|