Setting to disable formatter for particular language #31363
Closed
BlackAsLight
started this conversation in
Config, Settings and Keymaps
Replies: 1 comment 2 replies
-
Docs: https://zed.dev/docs/configuring-languages#formatting-and-linting Example: zed/assets/settings/default.json Lines 1404 to 1410 in 27f9772 |
Beta Was this translation helpful? Give feedback.
2 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.
-
Under the
languages
key I can override global settings for individual languages, but theformatter
key doesn't seem to have a disable option.I recently installed the WebAssembly Text Format extension to get syntax highlighting. It comes with a formatter as well, but its formatting is truly horrid so I'd like to disable it so I can go back to manually formatting my code.
So you understand just how horrid it is and why I'd like this feature to be added. My code below
is formatted into this
Beta Was this translation helpful? Give feedback.
All reactions