Skip to content

Can --reorder-code can be put as a flag in the .editorconfig ? #348

Description

@blabdouze

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions