Skip to content

Commit

Permalink
chore: increase prettier printWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
artalar committed Jun 16, 2024
1 parent d906d86 commit c459d5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"singleQuote": true,
"trailingComma": "all",
"semi": false
"semi": false,
"printWidth": 120
}

0 comments on commit c459d5f

Please sign in to comment.