forked from mirror/pixelfed
627fffd1ce
which will give a *great* out of the box experience for folks wanting to contribute and uses VS Code
7 lines
142 B
JSON
7 lines
142 B
JSON
{
|
|
"shellformat.useEditorConfig": true,
|
|
"files.associations": {
|
|
".env": "shellscript",
|
|
".env.*": "shellscript"
|
|
}
|
|
}
|