mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Merge pull request #9708 from thejacer87/patch-1
Update gdscript_styleguide.rst
This commit is contained in:
@@ -707,7 +707,7 @@ are constants:
|
||||
FIRE,
|
||||
}
|
||||
|
||||
Write enums with each item on its own line. This allows adding documentation comments abve each item
|
||||
Write enums with each item on its own line. This allows adding documentation comments above each item
|
||||
more easily, and also makes for cleaner diffs in version control when items are added or removed.
|
||||
|
||||
**Good**:
|
||||
|
||||
Reference in New Issue
Block a user