[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:
14
lk.code-workspace
Normal file
14
lk.code-workspace
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"editor.tabSize": 4,
|
||||
"files.exclude": {
|
||||
"**/.cache": true,
|
||||
"**/.clangd": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user