c0083c0f90
This also ignores `.out` files in the file format static checks.
7 lines
121 B
GDScript
7 lines
121 B
GDScript
func test():
|
|
var __ = [
|
|
"this",
|
|
"is", "a","multiline",
|
|
|
|
"array", "with mixed indentation and trailing comma",
|
|
]
|