vscode-settings: Update
This commit is contained in:
parent
6624d52f06
commit
381052586d
1 changed files with 12 additions and 1 deletions
|
|
@ -33,6 +33,15 @@
|
|||
"[cpp]": {
|
||||
"editor.defaultFormatter": "ms-vscode.cpptools"
|
||||
},
|
||||
"[dockercompose]": {
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2,
|
||||
"editor.autoIndent": "advanced",
|
||||
"editor.defaultFormatter": "redhat.vscode-yaml"
|
||||
},
|
||||
"[github-actions-workflow]": {
|
||||
"editor.defaultFormatter": "redhat.vscode-yaml"
|
||||
},
|
||||
"[html]": {
|
||||
"editor.formatOnSave": false
|
||||
},
|
||||
|
|
@ -175,5 +184,7 @@
|
|||
"python.analysis.aiHoverSummaries": false,
|
||||
"rust-analyzer.hover.memoryLayout.size": "both",
|
||||
"rust-analyzer.imports.granularity.enforce": true,
|
||||
"yaml.format.printWidth": 110
|
||||
"rust-analyzer.rustfmt.overrideCommand": null,
|
||||
"yaml.format.printWidth": 110,
|
||||
"xml.server.preferBinary": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue