1
0
Files
llmfs/.editorconfig
rm-dr 993e813b7e
Some checks failed
CI / Check links (push) Successful in 11s
CI / Check typos (push) Failing after 11s
CI / Clippy (push) Failing after 1m18s
CI / Build and test (push) Failing after 2m2s
Refactor
2025-12-15 21:59:14 -08:00

14 lines
190 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
[*.md]
indent_size = 2
indent_style = space