Replies: 1 comment 4 replies
-
I'm a little confused about what you're suggesting. It is already possible to override the formatter in your own |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we setup language formatter in
languages.toml
eg:This config uses global prettier from the path, which effectively forces all my typescript repositories to use the global prettier installation.
This is a problem when different repositories use different prettier versions, especially when major versions change with breaking changes and possibly creates a discrepancy between how my editor formats the code and how the repository is formatted.
Beta Was this translation helpful? Give feedback.
All reactions