[vscode] add a new (mostly empty) code workspace and a clang tidy file

The clang tidy file is mostly a copy of the fuchsia one, with a few
tweaks here and there.
This commit is contained in:
Travis Geiselbrecht
2024-06-01 17:40:52 -07:00
parent 566b25d1ec
commit 59f97195d4
2 changed files with 81 additions and 0 deletions

14
lk.code-workspace Normal file
View File

@@ -0,0 +1,14 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.tabSize": 4,
"files.exclude": {
"**/.cache": true,
"**/.clangd": true
}
}
}