infra/.editorconfig
zowoq a7547585c9 treefmt: refactor, treefmt2, pipelines
also move editorconfig to a separate check as it isn't currently compatible with treefmt pipelines
2024-05-22 05:50:14 +00:00

11 lines
168 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.age]
end_of_line = unset
insert_final_newline = unset