From a9c182fee5719b905212d577992772f4c9547013 Mon Sep 17 00:00:00 2001 From: Baptist BENOIST Date: Wed, 10 Feb 2016 22:04:47 +0100 Subject: [PATCH] Force the use of tabs within .vscode/settings.json As some developers might use spaces as a global setting. --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3f5aa9c..7bfd42c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ // Place your settings in this file to overwrite default and user settings. { + "editor.insertSpaces": false, "files.exclude": { "out": false // set this to true to hide the "out" folder with the compiled JS files },