+vscode settings

This commit is contained in:
Krishna Vedala 2020-05-29 10:53:46 -04:00
parent 1c5a699340
commit ac87440b8a
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
*.swp
*.exe
*.out
.vscode/
build/

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"C_Cpp.clang_format_style": "Visual Studio"
}