mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-04-19 16:15:13 +00:00
12 lines
241 B
JSON
12 lines
241 B
JSON
{
|
|
"files.associations": {
|
|
"*.func": "shellscript"
|
|
},
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit"
|
|
}
|
|
}
|