2017-06-20 06:35:47 +00:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
{
|
|
|
|
"search.exclude": {
|
|
|
|
"**/validation": true,
|
|
|
|
"**/tests/Validation/cases": true
|
2018-11-10 16:44:05 +00:00
|
|
|
},
|
|
|
|
"files.trimTrailingWhitespace": true,
|
2018-11-10 22:57:14 +00:00
|
|
|
"files.eol": "\n",
|
2018-11-13 20:49:02 +00:00
|
|
|
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.git": true,
|
|
|
|
"**/.svn": true,
|
|
|
|
"**/.hg": true,
|
|
|
|
"**/CVS": true,
|
|
|
|
"**/.DS_Store": true,
|
|
|
|
"**/tests": false
|
|
|
|
}
|
2017-06-20 06:35:47 +00:00
|
|
|
}
|