proxmox-vm-template/.vscode/settings.json

12 lines
271 B
JSON
Raw Permalink Normal View History

{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"files.associations": {
".ssh-keys.pub": "plaintext"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
}
}