9 lines
253 B
JSON
9 lines
253 B
JSON
{
|
|
"editor.fontFamily": "'Fira Code'",
|
|
"editor.fontLigatures": true,
|
|
"editor.fontWeight": "500",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {"source.fixAll.eslint": true},
|
|
"eslint.alwaysShowStatus": true,
|
|
"files.autoSave": "onFocusChange"
|
|
} |