Format files using GDScript Toolkit

https://github.com/Scony/godot-gdscript-toolkit
This commit is contained in:
Leroy Hopson 2021-05-26 10:39:48 +07:00 committed by Leroy Hopson
parent a0237bb5d5
commit f43149f204
10 changed files with 64 additions and 64 deletions

4
.gitignore vendored
View file

@ -1,4 +1,3 @@
# Godot-specific ignores
.import/
export.cfg
@ -7,3 +6,6 @@ export_presets.cfg
# Mono-specific ignores
.mono/
data_*/
# Python-specific ignores
.venv