mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-08-11 07:33:38 +00:00
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true,
|
|
"source.organizeImports": true
|
|
}
|
|
}
|