Update settings.json
This commit is contained in:
parent
2c2021bc11
commit
bc52ec710e
1 changed files with 6 additions and 0 deletions
|
@ -8,5 +8,11 @@
|
||||||
"sync.gist": "6d8559a01164b003d08f3c0bbc6cc664",
|
"sync.gist": "6d8559a01164b003d08f3c0bbc6cc664",
|
||||||
"extensions.experimental.affinity": {
|
"extensions.experimental.affinity": {
|
||||||
"asvetliakov.vscode-neovim": 1
|
"asvetliakov.vscode-neovim": 1
|
||||||
|
},
|
||||||
|
"git.confirmSync": false,
|
||||||
|
"git.autofetch": true,
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"[typescript]": {
|
||||||
|
"editor.defaultFormatter": "biomejs.biome"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue