1
0
Fork 0
pixelfed/.vscode/settings.json

8 lines
142 B
JSON
Raw Normal View History

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