settings.json
545 Bytes
// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 4,
"beautify.onSave": true,
"editor.renderIndentGuides": true,
"editor.wordWrap": false,
"editor.detectIndentation": false,
"editor.wrappingColumn": -1,
"editor.cursorBlinking": "smooth",
"editor.glyphMargin": true,
"editor.formatOnType": true,
"html.suggest.angular1": true,
"html.suggest.html5": true,
"editor.formatOnSave": true,
"workbench.editor.showIcons": true,
"eslint.enable": false
}