Hello, I'm trying to find a reliable formatter for GDScript, but a google search will not give me a singular answer.
I'm a bit reluctant on using the first result as it doesn't seem to have a big backing and a formatter could be a very dangerous tool when gone wrong.
Could anyone recommend me a formatter they are using and is reliable? If there is a de-facto GDScript formatter and you could point me in it's direction would also really help.
Thanks!
Reliable formatting tool for GDScript
I've only experience with gdformat: https://www.gdquest.com/tutorial/godot/gdscript/gdscript-formatter/
Totally fire and forget, provides a consistent approach to scripting with no issues. Assuming you're using an external editor, works great in vscode.
@spaceyjase Thanks!