Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BenniWi authored Feb 26, 2024
1 parent a86d331 commit a272f4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@
"clang-tidy.compilerArgs": [
"--config-file=.clang-tidy"
],
"clang-tidy.buildPath": "build",

"markdown.extension.toc.levels": "2..3",

"markdown-pdf.convertOnSave": true
"markdown-pdf.convertOnSave": true,

"terminal.integrated.defaultProfile.linux": "bash",
}

0 comments on commit a272f4b

Please sign in to comment.