I'd like to be able to run gdscript-formatter without having it to pass options everytime I use the tool. This allow to only write settings once (e.g. in .editorconfig) without worrying about the option we use and to avoid duplication.
This could be nice to have if possible :
root = true
[*]
charset = utf-8
[*.gd]
max_line_length = 120
gdscript_formatter_reorder_code = true
[addons/**/*.gd]
gdscript_formatter_exclude = true
I'd like to be able to run gdscript-formatter without having it to pass options everytime I use the tool. This allow to only write settings once (e.g. in
.editorconfig) without worrying about the option we use and to avoid duplication.This could be nice to have if possible :