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

10 lines
264 B
JSON
Raw Normal View History

2019-04-10 19:45:13 +00:00
{
"editor.detectIndentation": false,
2019-04-28 02:38:39 +00:00
"editor.formatOnSave": true,
"editor.insertSpaces": false,
"editor.wordWrap": "on",
"html.format.indentHandlebars": true,
"html.format.maxPreserveNewLines": 1,
"html.format.wrapLineLength": 0,
"jshint.lintHTML": true,
2019-04-10 19:45:13 +00:00
}