12 lines
235 B
JSON
12 lines
235 B
JSON
![]() |
{
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.fixAll": true
|
||
|
},
|
||
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||
|
"files.associations": {
|
||
|
"LICENSE": "plaintext",
|
||
|
"*ignore": "ignore"
|
||
|
}
|
||
|
}
|