12 lines
293 B
JSON
12 lines
293 B
JSON
|
{
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.formatOnPaste": false,
|
||
|
"[shellscript]": {
|
||
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||
|
},
|
||
|
"[dockerfile]": {
|
||
|
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
|
||
|
}
|
||
|
}
|