Files
Cozypaw-Hospital/.editorconfig
Steven Wroblewski 2ebed0a511 chore(setup): add editorconfig and smoke-test checklist
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 11:05:18 +02:00

24 lines
324 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.gd]
indent_style = tab
indent_size = 4
[*.{tscn,tres,godot,cfg}]
indent_style = tab
[*.md]
trim_trailing_whitespace = false
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 2