pixelfed/.vscode/settings.json
Christian Winther 627fffd1ce add .vscode with recommended plugins + settings
which will give a *great* out of the box experience for folks wanting to contribute and uses VS Code
2024-01-26 14:42:24 +00:00

8 lines
142 B
JSON

{
"shellformat.useEditorConfig": true,
"files.associations": {
".env": "shellscript",
".env.*": "shellscript"
}
}