Files
webpage/.editorconfig
rm-dr ed03323d5c
Some checks failed
CI / Check typos (push) Successful in 16s
CI / Check version (push) Failing after 6s
CI / Check links (push) Successful in 24s
CI / Build and push Docker image (push) Successful in 55s
CI / Clippy (push) Failing after 2m4s
CI / Build, test, upload (push) Successful in 2m48s
CI
2025-11-03 22:54:14 -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