Files
godot-vscode-plugin/src/formatter/snapshots/indentation-style-is-preserved/out.gd
Sandy Gutierrez 0a794ebc1b Add snapshot tests to formatter (#545)
* Add snapshot tests for formatter
* Add test runner to CI

---------

Co-authored-by: David Kincaid <daelonsuzuka@gmail.com>
2023-12-22 03:04:02 -08:00

18 lines
158 B
GDScript

func test():
if true:
pass
else:
pass
func test():
if true:
pass
else:
pass
func test():
if true:
pass
else:
pass