Skip to content

Commit

Permalink
build: 🔧 update vscode configs
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceshi committed Nov 12, 2024
1 parent c4a0c19 commit 93addbc
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
{
"files.associations": {
"type_traits": "cpp"
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"editor.codeActionsOnSave": {
"source.organizeImports.biome": "always"
},
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"editor.formatOnSave": true,
"files.associations": {
"type_traits": "cpp"
},
"files.autoSaveWhenNoErrors": true,
"files.autoSaveWorkspaceFilesOnly": true
"files.autoSaveWorkspaceFilesOnly": true,
"files.exclude": {
".git": true
},
"git.autofetch": true,
"git.branchProtection": ["main"],
"git.branchProtectionPrompt": "alwaysCommitToNewBranch",
"git.branchRandomName.enable": true,
"search.exclude": {
"**/node_modules": true,
"**/out": true
}
}

0 comments on commit 93addbc

Please sign in to comment.