wfxr.forgit/.editorconfig
Sufien Tout 7a40a11e79
Some checks failed
ci / build (ubuntu-22.04) (push) Failing after 0s
ci / build (macos-latest) (push) Has been cancelled
ci / build (ubuntu-20.04) (push) Has been cancelled
Meta: add an .editorconfig and apply it to the codebase (#404)
2024-11-06 10:10:27 +01:00

10 lines
145 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true