Skip to content

Commit

Permalink
Update VS Code workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymeswithmogul committed Aug 4, 2022
1 parent a97212e commit b12f602
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,7 @@ Makefile.in
missing
.deps/
.dirstamp
*~
*~
.vscode/configurationCache.log
.vscode/dryrun.log
.vscode/targets.log
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"editor.insertSpaces": false,
"makefile.extensionOutputFolder": "./.vscode"
}

0 comments on commit b12f602

Please sign in to comment.