mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
8 lines
168 B
JSON
8 lines
168 B
JSON
|
{
|
||
|
"editor.insertSpaces": false,
|
||
|
"editor.formatOnSave": true,
|
||
|
"files.trimTrailingWhitespace": true,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll.eslint": true
|
||
|
}
|
||
|
}
|