filesafe/.vscode/settings.json

23 lines
601 B
JSON
Raw Normal View History

{
"beautify.tabSize": 2,
"beautify.options": {
"css": {
"indent_size": 2,
"indent_char": " "
}
},
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"editor.rulers": [
120
],
"editor.wordWrapColumn": 120,
"editor.wordWrap": "bounded",
"editor.wrappingIndent": "indent",
"eslint.enable": true,
"eslint.autoFixOnSave": true,
"javascript.format.enable": false,
"javascript.suggestionActions.enabled": false,
"javascript.validate.enable": false,
"npm-intellisense.importES6": false
}