feat: disable format_on_save zed

This commit is contained in:
jabuxas 2025-01-17 11:17:27 -03:00
parent 09f99672f4
commit 33487c13b7

View File

@ -44,6 +44,9 @@
"enabled": true "enabled": true
}, },
"languages": { "languages": {
"HTML": {
"format_on_save": "off"
},
"TypeScript": { "TypeScript": {
// Refer https://github.com/jellydn/ts-inlay-hints for how to setup for Neovim and VSCode // Refer https://github.com/jellydn/ts-inlay-hints for how to setup for Neovim and VSCode
"inlay_hints": { "inlay_hints": {