mirror of
https://github.com/HarmonyHoney/ROTA.git
synced 2026-01-23 02:14:37 +00:00
* Linux: Ignore linux directory from Godot imports * MetaInfo: move releases to their own file * editorconfig: set sensible defaults * Linux: install release info in manifest
13 lines
No EOL
184 B
INI
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 |