wordle/.editorconfig
Jake Walker f9b0d054dc
All checks were successful
continuous-integration/drone/tag Build is passing
Add Drone and Goreleaser
2022-01-23 10:17:16 +00:00

13 lines
179 B
INI

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yml,yaml}]
indent_size = 2