mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
8 lines
157 B
JSON
8 lines
157 B
JSON
{
|
|
"files.encoding": "utf8",
|
|
"prettier.documentSelectors": ["**/*.astro"],
|
|
"[astro]": {
|
|
"editor.defaultFormatter": "astro-build.astro-vscode"
|
|
}
|
|
}
|