1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00
goreleaser/.editorconfig

15 lines
232 B
INI
Raw Normal View History

2017-01-02 19:03:57 +02:00
root = true
[*]
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
2018-02-13 13:49:37 +02:00
trim_trailing_whitespace = true
2017-01-02 19:03:57 +02:00
insert_final_newline = true
charset = utf-8
2017-01-11 18:55:51 +02:00
2024-01-24 13:00:52 +02:00
[*.{md,yml,yaml,rb}]
2017-01-11 18:55:51 +02:00
indent_size = 2
indent_style = space