feat: disable format_on_save zed
This commit is contained in:
parent
09f99672f4
commit
33487c13b7
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user