forked from godotengine/godot-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak guidelines on dictionary and enum formatting in GDScript style …
…guide - Recommend writing each enum item on its own line, similar to C++. - Recommend using spaces around inline dictionary declarations to make them easier to distinguish from arrays (due to similar-looking `[]` and `{}` characters in most fonts). This is commonly found in Python or JavaScript style guides.
- Loading branch information
Showing
1 changed file
with
49 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters