mirror of
https://github.com/godotengine/godot.git
synced 2025-04-25 01:48:08 +08:00
Use space indentation for all YAML files in .editorconfig
YAML only accepts spaces for indentation, not tabs. (cherry picked from commit 076b17ff6c1b0cec8be8c329a93ec0b5acf4d285)
This commit is contained in:
parent
af5fe70623
commit
2b3412a3be
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user