node-distro/.vscode/settings.json
2021-06-24 20:00:55 +03:00

21 lines
443 B
JSON

{
"[dockerfile]": {
"editor.quickSuggestions": {
"strings": true
},
"editor.formatOnSave": false,
"editor.formatOnPaste": false
},
"shellformat.effectLanguages": [
"shellscript",
// "dockerfile",
"dotenv",
"hosts",
"jvmoptions",
"ignore",
"gitignore",
"properties",
"spring-boot-properties",
"azcli"
]
}