Merge pull request #17 from bbenoist/bugfix/vscode-tabs

Force the use of tabs within .vscode/settings.json
This commit is contained in:
Jan 2016-02-10 23:31:29 +01:00
commit a4c1cf8036

View file

@ -1,5 +1,6 @@
// Place your settings in this file to overwrite default and user settings. // Place your settings in this file to overwrite default and user settings.
{ {
"editor.insertSpaces": false,
"files.exclude": { "files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files "out": false // set this to true to hide the "out" folder with the compiled JS files
}, },