mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Make the script templates' blank lines conform with the official style guide
This commit is contained in:
@@ -727,6 +727,7 @@ static Dictionary _get_builtin_script_templates() {
|
||||
templates["no_comments.gd"] =
|
||||
"extends %BASE%\n"
|
||||
"\n"
|
||||
"\n"
|
||||
"func _ready()%VOID_RETURN%:\n"
|
||||
"%TS%pass\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user