Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
某某某
DB2023-dba
Commits
af8f9832
Commit
af8f9832
authored
1 year ago
by
andre
Browse files
Options
Download
Patches
Plain Diff
add config for .vscode
parent
966c338c
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.vscode/db2023-dba.code-workspace
+33
-0
.vscode/db2023-dba.code-workspace
with
33 additions
and
0 deletions
+33
-0
.vscode/db2023-dba.code-workspace
0 → 100644
+
33
−
0
View file @
af8f9832
{
"folders": [
{
"path": ".."
}
],
"settings": {
"files.autoSave": "afterDelay",
"editor.formatOnSave": true,
"[cpp]": {
"editor.defaultFormatter": "xaver.clang-format"
},
"editor.fontFamily": "Consolas, 'Courier New', monospace",
"editor.rulers": [
90
],
"doxdocgen.generic.authorName": "andre HJR",
"doxdocgen.generic.authorEmail": "3191971830@qq.com",
"clangd.arguments": [
"--function-arg-placeholders=false"
],
"clangd.fallbackFlags": ["-std=c++17"]
},
"extensions": {
"recommendations": [
"llvm-vs-code-extensions.vscode-clangd",
"twxs.cmake",
"ms-vscode.cmake-tools",
"xaver.clang-format"
],
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets