This commit is contained in:
2025-09-07 13:09:10 +00:00
parent b93c35052d
commit 9221b39213
41 changed files with 287 additions and 4 deletions

View File

@@ -18,5 +18,8 @@
"quickfix.biome": "always",
"source.organizeImports.biome": "always"
},
"frontMatter.dashboard.openOnStart": false
"frontMatter.dashboard.openOnStart": false,
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}