mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
15 lines
No EOL
308 B
JSON
15 lines
No EOL
308 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,
|
|
"out*/**": true,
|
|
"extensions/**/out/**": true
|
|
}
|
|
} |