blob: bf61f4b7b7af811ee3a0aea1c48265a65dc814ba [file] [log] [blame]
{
"singleQuote": true,
"useTabs": false,
"printWidth": 120,
"tabWidth": 2,
"semi": true,
"htmlWhitespaceSensitivity": "ignore",
"arrowParens": "avoid",
"bracketSpacing": true,
"proseWrap": "preserve",
"trailingComma": "none",
"overrides": [
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
},
{
"files": "*.html",
"options": {
"printWidth": 100
}
}
]
}