Mercerenies / gdlisp

Lisp on the Godot platform
GNU General Public License v3.0
140 stars 1 forks source link

Spacing in GDScript generated files #101

Closed Mercerenies closed 1 year ago

Mercerenies commented 2 years ago

Make it look better :)

Mercerenies commented 1 year ago

Per the general GDScript guidance (and the code I've seen online), we place two blank lines between each declaration at the top-level and one line between each declaration in a class, with the exception that variable declarations, constant declarations, signals declarations, and the pass declaration do not need to be separated from other declarations of the same type.