1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 00:05:29 +00:00
pixelfed/.vscode/settings.json

8 lines
142 B
JSON
Raw Normal View History

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