public-gateway-cacher/.vscode/settings.json

10 lines
264 B
JSON

{
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"editor.insertSpaces": false,
"editor.wordWrap": "on",
"html.format.indentHandlebars": true,
"html.format.maxPreserveNewLines": 1,
"html.format.wrapLineLength": 0,
"jshint.lintHTML": true,
}