mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
627fffd1ce
which will give a *great* out of the box experience for folks wanting to contribute and uses VS Code
8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"shellformat.useEditorConfig": true,
|
|
"files.associations": {
|
|
".env": "shellscript",
|
|
".env.*": "shellscript"
|
|
}
|
|
}
|