Files
ProxmoxVE/.vscode/settings.json

12 lines
241 B
JSON
Raw Permalink Normal View History

{
"files.associations": {
"*.func": "shellscript"
2025-04-01 14:21:22 +02:00
},
"files.eol": "\n",
"files.insertFinalNewline": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
2025-04-01 14:45:13 +02:00
"source.fixAll": "explicit"
}
2025-04-01 14:21:22 +02:00
}