godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.95k stars 1.65k forks source link

Fix GDScript code style regarding colon (demos) #874

Closed dalexeev closed 1 year ago

dalexeev commented 1 year ago

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).

Related: