Skip to content

Commit

Permalink
Add VSCode settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed May 18, 2024
1 parent d8c0d8f commit c7904de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ install_manifest.txt
*.vcxproj
*.vcxproj.filters
*.sln
.vscode

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"editor.formatOnSave": false
}

0 comments on commit c7904de

Please sign in to comment.