Skip to content

Commit

Permalink
chore: add some vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fanlumaster committed Oct 16, 2024
1 parent 42f2a40 commit 0d1634b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"C_Cpp.default.cppStandard": "c++17"
"C_Cpp.default.cppStandard": "c++17",
"editor.tabSize": 2,
"editor.indentSize": "tabSize",
"[cpp]": {
"editor.tabSize": 2
},
"C_Cpp.formatting": "clangFormat",
}

0 comments on commit 0d1634b

Please sign in to comment.