13 lines
245 B
JSON
Generated
13 lines
245 B
JSON
Generated
{
|
|
"files.associations": {
|
|
"*.func": "shellscript"
|
|
},
|
|
"[shellscript]": {
|
|
"editor.defaultFormatter": "mkhl.shfmt",
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "never",
|
|
},
|
|
"shellcheck.useWorkspaceRootAsCwd": true,
|
|
}
|