update vscode settings
This commit is contained in:
parent
e18afda9ca
commit
9f0d29cb04
1 changed files with 11 additions and 2 deletions
|
@ -115,6 +115,15 @@
|
||||||
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
||||||
},
|
},
|
||||||
"[yaml]": {
|
"[yaml]": {
|
||||||
"editor.defaultFormatter": "redhat.vscode-yaml"
|
"editor.defaultFormatter": "redhat.vscode-yaml",
|
||||||
}
|
},
|
||||||
|
"remote.SSH.connectTimeout": 30,
|
||||||
|
"remote.SSH.useLocalServer": false,
|
||||||
|
"remote.SSH.remotePlatform": {
|
||||||
|
"fedora-desk": "linux"
|
||||||
|
},
|
||||||
|
"yaml.format.singleQuote": true,
|
||||||
|
"evenBetterToml.formatter.indentEntries": false,
|
||||||
|
"evenBetterToml.formatter.indentTables": true,
|
||||||
|
"evenBetterToml.formatter.indentString": " "
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue