Skip to content

Commit

Permalink
Add printWidth and singleQuote to prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
AaruBama committed Oct 2, 2023
1 parent 4168eaf commit d60c2a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"semi": true,
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "avoid"
"arrowParens": "avoid",
"printWidth": 80,
"singleQuote": true
}

0 comments on commit d60c2a2

Please sign in to comment.