Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptakBhoumik committed Jun 28, 2022
1 parent aae43f7 commit 193179c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"cppStandard": "c++20",
"intelliSenseMode": "linux-clang-x64",
"compileCommands": "${workspaceFolder}/builddir/compile_commands.json"
}
Expand Down
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,7 @@
"stack": "cpp",
"*.ipp": "cpp"
},
"mesonbuild.configureOnOpen": true
"mesonbuild.configureOnOpen": true,
"editor.tabSize": 4,
"editor.insertSpaces": true,
}

0 comments on commit 193179c

Please sign in to comment.