1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 23:28:07 +00:00

Normalize all files to LF line endings

This commit is contained in:
CanbiZ 2025-04-01 14:21:22 +02:00
parent e4def48a76
commit b2a5c4902b
2 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,8 @@
"recommendations": [ "recommendations": [
"bmalehorn.shell-syntax", "bmalehorn.shell-syntax",
"timonwong.shellcheck", "timonwong.shellcheck",
"foxundermoon.shell-format" "foxundermoon.shell-format",
"editorconfig.editorconfig"
], ],
"unwantedRecommendations": [] "unwantedRecommendations": []
} }

View File

@ -1,5 +1,11 @@
{ {
"files.associations": { "files.associations": {
"*.func": "shellscript" "*.func": "shellscript"
},
"files.eol": "\n",
"files.insertFinalNewline": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
} }
} }