You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of relying on the user to manually use --use-tabs or useTabs, can this tool respect an existing .editorconfig's configuration as prettier itself, does?
The text was updated successfully, but these errors were encountered:
There doesn't seem to be a "one package fits all" for this scenario. Prettier uses a combination of cosmiconfig for its own configuration file and editorconfig for its handling of .editorconfig files.
Instead of relying on the user to manually use
--use-tabs
oruseTabs
, can this tool respect an existing.editorconfig
's configuration as prettier itself, does?The text was updated successfully, but these errors were encountered: