awl/.editorconfig
Sam Therapy 8a3afa261a
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
refactor: make more tests table driven
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-09-21 14:07:00 +02:00

11 lines
192 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true