Add GDScript .editorconfig rules
- Uniformize `.gd` unit test files indentation to tabs (where needed)
This commit is contained in:
parent
91713ced81
commit
44d1d72af1
25 changed files with 232 additions and 222 deletions
|
|
@ -3,4 +3,4 @@
|
|||
class_name HelloWorld
|
||||
|
||||
func test():
|
||||
pass
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
func test():
|
||||
var dictionary = { hello = "world",, }
|
||||
var dictionary = { hello = "world",, }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
func test():
|
||||
match 1:
|
||||
[[[var a]]], 2:
|
||||
pass
|
||||
match 1:
|
||||
[[[var a]]], 2:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue