godot
godot copied to clipboard
Fix GDScript code style regarding colon
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