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
},
"languages": {
"HTML": {
"format_on_save": "off"
},
"TypeScript": {
// Refer https://github.com/jellydn/ts-inlay-hints for how to setup for Neovim and VSCode
"inlay_hints": {