I try and follow the GDScript style-guide as defined in the docs:
https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_styleguide.html
This formatter currently transforms:
class_name StateMachine
extends Node
Into:
class_name StateMachine extends Node
I hate to ask to add more config because it's nice to have an "opinionated" code formatter, but could this be a config value? Or should this formatter align with the official style-guide more closely?
I try and follow the GDScript style-guide as defined in the docs:
https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_styleguide.html
This formatter currently transforms:
Into:
I hate to ask to add more config because it's nice to have an "opinionated" code formatter, but could this be a config value? Or should this formatter align with the official style-guide more closely?