summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/features/space_indentation.gd
blob: 0a4887c199a4cb9369f413ad5a7fdbb2d40e62a7 (plain)
1
2
3
4
func test():
  # 2-space indentation should work, even though the GDScript style guide recommends tabs.
  if true:
    pass