mulit line json

This commit is contained in:
Elijah McMorris 2023-12-13 15:20:48 -08:00
parent b838a5c326
commit f0716081fe
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
3 changed files with 27 additions and 19 deletions

View file

@ -1,4 +1,10 @@
{
"json.format.enable": false,
"[json]": {
"editor.wordWrap": "off",
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
},
"[Rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true,