Files
godot-docs/tutorials
Hugo Locurcio 4aafc5ac67 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.

(cherry picked from commit 71cdbdd055)
2024-07-24 21:04:48 +02:00
..
2023-11-11 17:07:39 +01:00
2024-07-24 20:31:19 +02:00
2024-07-24 21:01:59 +02:00
2024-07-24 20:49:42 +02:00