space_indentation.gd 124 B

1234
  1. func test():
  2. # 2-space indentation should work, even though the GDScript style guide recommends tabs.
  3. if true:
  4. pass