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

chore: fix typo in .editorconfig

This commit is contained in:
Carlos Alexandro Becker
2024-01-24 08:00:52 -03:00
parent 472b87127c
commit b17d3d4284

View File

@@ -9,6 +9,6 @@ trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
[*.{md,yml,yam,rbl}]
[*.{md,yml,yaml,rb}]
indent_size = 2
indent_style = space