.markuplintrc 214 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 { "parser": { ".html$": "markuplint-angular-parser" }, "rules": { "attr-equal-space-after": "never", "attr-equal-space-before": "never", "indentation": 2 }, "excludeFiles": ["./src/index.html"], }