mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 07:04:50 -06:00
11 lines
246 B
JSON
11 lines
246 B
JSON
{
|
|
"editor.fontSize": 13,
|
|
"editor.fontLigatures": true,
|
|
"editor.letterSpacing": 0.5,
|
|
"editor.smoothScrolling": true,
|
|
"editor.tabSize": 2,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
"source.fixAll": true
|
|
}
|
|
} |