{
    "editor.formatOnSave": false,
    "[javascript]": {
        "editor.formatOnSave": false,
        "editor.defaultFormatter": null
    },
    "[html]": {
        "editor.formatOnSave": true,
        "editor.defaultFormatter": "vscode.html-language-features"
    },
    "files.associations": {
        "*.tpl.html": "html"
    },
    "html.format.wrapAttributes": "force-aligned",
    "html.format.wrapLineLength": 120,
    "html.format.indentInnerHtml": true,
    "html.format.maxPreserveNewLines": 2,
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": "always"
    },
    "eslint.validate": [
        "javascript"
    ]
}
