mirror of
https://github.com/RogerSik/proxmox-vm-template.git
synced 2026-06-07 17:03:10 +02:00
bc2469a776
Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
12 lines
271 B
JSON
12 lines
271 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": false,
|
|
"files.associations": {
|
|
".ssh-keys.pub": "plaintext"
|
|
},
|
|
"[shellscript]": {
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
}
|
|
}
|