mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-31 00:16:01 -05:00
12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"C_Cpp.default.forcedInclude": [
|
|
"${workspaceFolder}/config.h"
|
|
],
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[c]": {
|
|
"editor.detectIndentation": false,
|
|
"editor.tabSize": 8
|
|
}
|
|
} |