godot icon indicating copy to clipboard operation
godot copied to clipboard

Fix GDScript code style regarding colon

Open dalexeev opened this issue 2 years ago • 0 comments

GDScript style guide recommends the var name: Type style (no space before the colon). The same goes for properties (it's not in the style guide yet, but vnen confirmed it in Rocket Chat).

  • Fix examples in the docs.
  • Fix tests (except parser test).
  • Fix strings in converter (I'm not sure about that).

Related:

  • godotengine/godot-docs#6896
  • godotengine/godot-demo-projects#874

dalexeev avatar Mar 03 '23 14:03 dalexeev