1
0
Fork 0
php-language-server/.vscode/settings.json

10 lines
233 B
JSON
Raw Normal View History

// 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,
"files.eol": "\n",
}