Files
webpage/.editorconfig
rm-dr f96995f423
Some checks failed
CI / Check version (push) Failing after 50s
CI / Check typos (push) Successful in 1m1s
CI / Check links (push) Successful in 59s
CI / Build and push Docker image (push) Failing after 12s
CI / Clippy (push) Failing after 2m59s
CI / Build, test, upload (push) Has been cancelled
CI
2025-11-03 22:36:38 -08:00

14 lines
191 B
INI

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