chore(setup): add editorconfig and smoke-test checklist

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Steven Wroblewski
2026-04-17 11:05:18 +02:00
parent d1b771ddcb
commit 2ebed0a511
2 changed files with 81 additions and 0 deletions

23
.editorconfig Normal file
View File

@@ -0,0 +1,23 @@
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