Files
webpage/.editorconfig
rm-dr c6a2833687
Some checks failed
CI / Check typos (push) Successful in 11s
CI / Check links (push) Successful in 15s
CI / Clippy (push) Failing after 1m6s
CI / Check version (push) Has been skipped
CI / Build, test, upload (push) Has been skipped
CI / Build and push Docker image (push) Has been skipped
CI
2025-11-03 22:06:09 -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