1
0
Fork 0

Fix indentation per editorconfig

pull/420/head
Rob Lourens 2017-06-19 15:30:47 -07:00
parent b8dd5fc053
commit 9a9de66c8c
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
// Place your settings in this file to overwrite default and user settings.
{
"search.exclude": {
"**/validation": true,
"**/tests/Validation/cases": true
}
"search.exclude": {
"**/validation": true,
"**/tests/Validation/cases": true
}
}