-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable prettier #2494
Comments
Yes this would be a great feature because prettier is pretty bad (in my opinion and from my experience) |
Could you provide an example of Prettier changing your code in a way that isn't correct? Additionally, it is also possible to disable Prettier formatting files on save by configuring workspace settings with the following: |
Nope, this does nothing even on reload of workspace. |
Workspace settings should look something like this: {
"editor.formatOnSave": false
} Make sure that it is formatted as a correct JSON object. |
Is your feature request related to a problem? Please describe.
By default the prettier messes my code whenever I save it. Prettier is opinionated, opinionated things should no be enabled by default
Describe the solution you'd like
At least an option to disable prettier completely for the project.
The text was updated successfully, but these errors were encountered: