diff --git a/.vscode/settings.json b/.vscode/settings.json index 0b6c423..38150bd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 + } }