Skip to content

Commit

Permalink
chore(.prettierrc): only enable bracketSameLine for html (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Nov 3, 2021
1 parent 6d02e25 commit 529f0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"bracketSameLine": true,
"endOfLine": "lf",
"semi": true,
"tabWidth": 4,
Expand All @@ -8,6 +7,7 @@
{
"files": ["*.css", "*.html", "*.scss"],
"options": {
"bracketSameLine": true,
"printWidth": 120
}
}
Expand Down

0 comments on commit 529f0e8

Please sign in to comment.