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 },