From 9a9de66c8c3e3fc7d0f8b15e78a41026917792d1 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Mon, 19 Jun 2017 15:30:47 -0700 Subject: [PATCH] Fix indentation per editorconfig --- .vscode/settings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 + } }