diff --git a/.prettierrc b/.prettierrc index f5f5a075..3031bfbc 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,9 @@ { + "htmlWhitespaceSensitivity": "css", "printWidth": 100, + "singleQuote": false, + "tabWidth": 2, + "trailingComma": "es5", "overrides": [ { "files": ["*.html"],