Force the use of tabs within .vscode/settings.json

As some developers might use spaces as a global setting.
This commit is contained in:
Baptist BENOIST 2016-02-10 22:04:47 +01:00
commit a9c182fee5

View file

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