1
0
tetros/.editorconfig
Mark 08b9d6e6d4
Some checks failed
CI / Typos (push) Successful in 11s
CI / Clippy (push) Failing after 31s
CI / Build (push) Successful in 1m14s
Added workflow?
2025-02-25 19:40:55 -08:00

16 lines
221 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*.asm]
indent_style = space
[*.yml]
indent_size = space
indent_size = 2