14 lines
154 B
Plaintext
14 lines
154 B
Plaintext
|
|
{
|
||
|
|
"folders": [
|
||
|
|
{
|
||
|
|
"path": "."
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"settings": {
|
||
|
|
"editor.tabSize": 4,
|
||
|
|
"files.exclude": {
|
||
|
|
"**/.cache": true,
|
||
|
|
"**/.clangd": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|