8 lines
174 B
JSON
8 lines
174 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
},
|
|
"cSpell.words": ["Astro"],
|
|
"prettier.documentSelectors": ["**/*.astro"]
|
|
}
|