Files
webpage/.editorconfig
rm-dr acc057e4cb
All checks were successful
CI / Check typos (push) Successful in 9s
CI / Check links (push) Successful in 9s
CI / Build and test (push) Successful in 3m4s
CI / Clippy (push) Successful in 3m30s
CI / Build container (push) Successful in 44s
CI
2025-11-03 23:16:05 -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