godot_ROTA/.editorconfig
Cassidy James Blaede ffdde6e933
MetaInfo: move releases to their own file (#33)
* Linux: Ignore linux directory from Godot imports

* MetaInfo: move releases to their own file

* editorconfig: set sensible defaults

* Linux: install release info in manifest
2025-04-30 15:40:34 -06:00

13 lines
No EOL
184 B
INI

# EditorConfig <http://EditorConfig.org>
root = true
[*]
charset = utf-8
[*.{gd,dialogue}]
indent_style = tab
indent_size = 4
[*.{yaml,yml,xml}]
indent_style = space
indent_size = 2