Files
webpage/.editorconfig
rm-dr 64030a9a4d
Some checks failed
CI / Check links (push) Successful in 9s
CI / Check typos (push) Successful in 10s
CI / Build and test (push) Has been cancelled
CI / Build container (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI
2025-11-03 23:15:12 -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