mirror of
https://github.com/djhackersdev/minime.git
synced 2026-03-21 17:54:13 -05:00
9 lines
192 B
JSON
9 lines
192 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [79],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
}
|
|
}
|