nginx-proxy-manager/backend/.vscode/settings.json

8 lines
168 B
JSON
Raw Normal View History

{
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}