2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-05-17 04:39:37 +03:00
Files
vue-ganttastic/.vscode/settings.json
T
2023-10-11 15:24:41 +03:00

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"
}