Godot: Add a cosmetic empty line after the config_version=3 hint in project.godot

Created on 24 Jul 2017  路  2Comments  路  Source: godotengine/godot

Operating system or device - Godot version:
Any OS, master branch.

Issue description:
Godot now saves config_version=3 as a (non mandatory) compatibility hint in project.godot, it looks like this:

config_version=3
[application]

config/name="Platformer"
config/icon="res://icon.png"
run/main_scene="res://stage.tscn"

It would look much cleaner like this:

config_version=3

[application]

config/name="Platformer"
config/icon="res://icon.png"
run/main_scene="res://stage.tscn"

;)

enhancement junior job editor

Most helpful comment

I think this would look even better:

config_version=3

[application]
config/name="Platformer"
config/icon="res://icon.png"
run/main_scene="res://stage.tscn"

All 2 comments

I think this would look even better:

config_version=3

[application]
config/name="Platformer"
config/icon="res://icon.png"
run/main_scene="res://stage.tscn"

You beat me to it! :)
Was going to mention the misspell in custom_features, wasn't sure if it needed to be part of the same PR as it isn't actually being used yet it seems

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ducdetronquito picture ducdetronquito  路  3Comments

Spooner picture Spooner  路  3Comments

timoschwarzer picture timoschwarzer  路  3Comments

bojidar-bg picture bojidar-bg  路  3Comments

SleepProgger picture SleepProgger  路  3Comments