1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 15:50:44 +00:00

Use space indentation for all YAML files in .editorconfig

YAML only accepts spaces for indentation, not tabs.
This commit is contained in:
Hugo Locurcio 2021-02-20 02:52:30 +01:00
parent dc1ae06557
commit 076b17ff6c
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -17,7 +17,8 @@ indent_size = 4
indent_style = space
indent_size = 4
[.travis.yml]
# YAML requires indentation with spaces instead of tabs.
[*.{yml,yaml}]
indent_style = space
indent_size = 2