mirror of
https://github.com/RogerSik/proxmox-vm-template.git
synced 2024-11-23 17:00:28 +01:00
.vscode/settings.json added
Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
parent
56d1181d84
commit
bc2469a776
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnPaste": false,
|
||||
"files.associations": {
|
||||
".ssh-keys.pub": "plaintext"
|
||||
},
|
||||
"[shellscript]": {
|
||||
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user