bevy-jam-6/.editorconfig
RobertoMaurizzi 495556500f
Some checks are pending
CI / Format (push) Waiting to run
CI / Docs (push) Waiting to run
CI / Clippy lints (push) Waiting to run
CI / Bevy lints (push) Waiting to run
CI / Tests (push) Waiting to run
CI / Check web (push) Waiting to run
first committ, still fighting with... a lot! 😅
2025-07-06 22:14:17 +08:00

15 lines
238 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[.github/workflows/*.{yaml,yml}]
indent_size = 2