mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
9 lines
198 B
JSON
9 lines
198 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.addMissingImports": "always",
|
|
"source.fixAll": "always"
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
}
|