mirror of
https://github.com/fluencelabs/node-distro
synced 2024-12-04 15:20:17 +00:00
21 lines
443 B
JSON
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"
|
|
]
|
|
} |