Skip to content

Commit

Permalink
chore(.prettierrc): override defaults for html, css, and scss files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Sep 7, 2021
1 parent 1e0913c commit c3cc50e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"endOfLine": "lf",
"semi": true,
"tabWidth": 4,
"useTabs": true
"useTabs": true,
"overrides": [
{
"files": ["*.css", "*.html", "*.scss"],
"options": {
"printWidth": 120
}
}
]
}

0 comments on commit c3cc50e

Please sign in to comment.