mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-05-17 04:39:37 +03:00
10 lines
294 B
JSON
10 lines
294 B
JSON
{
|
|
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
|
|
"editor.fontLigatures": true,
|
|
"editor.fontWeight": "400",
|
|
"editor.foldingStrategy": "indentation",
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [120],
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|