DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / parser / features / space_indentation.gd
1234
func test(): # 2-space indentation should work, even though the GDScript style guide recommends tabs. if true: pass