Skip to content

Commit

Permalink
VS Code defaults (#34)
Browse files Browse the repository at this point in the history
* vscode: exclude bazel directories

* vscode: editor defaults
  • Loading branch information
mikea committed Sep 28, 2022
1 parent 2f0b26e commit 1fe0727
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,8 @@
{
"files.exclude": {
"bazel-*": true
},
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"editor.tabSize": 2
}

0 comments on commit 1fe0727

Please sign in to comment.