mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"editor.insertSpaces": false,
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.exclude": {
|
|
".git": true,
|
|
"**/.DS_Store": true,
|
|
"**/coverage": true
|
|
},
|
|
"search.exclude": {
|
|
"**/node_modules/**": true,
|
|
"**/bower_components": true,
|
|
".build/**": true,
|
|
"out*/**": true,
|
|
"extensions/**/out/**": true
|
|
}
|
|
} |