Add GDScript .editorconfig rules

- Uniformize `.gd` unit test files indentation to tabs (where needed)
This commit is contained in:
Adam Scott
2022-12-26 11:24:17 -05:00
parent 91713ced81
commit 44d1d72af1
25 changed files with 232 additions and 222 deletions
@@ -1,4 +1,4 @@
func test():
var my_lambda = func(x):
print(x)
my_lambda.call("hello")
var my_lambda = func(x):
print(x)
my_lambda.call("hello")