f6a4415a
Apichat.Tum
start smart-rms-c...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// 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
}
|