Răsfoiți Sursa

Merge pull request #4384 from NathanLovato/edit/add-note-gdscript-styleguide

Add note about line skips in the style guide
Nathan Lovato 4 ani în urmă
părinte
comite
cc990f9ded
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      tutorials/scripting/gdscript/gdscript_styleguide.rst

+ 3 - 0
tutorials/scripting/gdscript/gdscript_styleguide.rst

@@ -254,6 +254,9 @@ Surround functions and class definitions with two blank lines:
 
 Use one blank line inside functions to separate logical sections.
 
+.. note:: We use a single line between classes and function definitions in the class reference and
+          in short code snippets in this documentation.
+
 Line length
 ~~~~~~~~~~~