Skip to content

Commit

Permalink
update prettier config (#3458)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
sorja and mergify[bot] authored Feb 6, 2024
1 parent 47d602b commit 45e04a7
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 @@
"printWidth": 120,
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
"trailingComma": "es5",
"bracketSpacing": true,
"endOfLine": "lf"
}

0 comments on commit 45e04a7

Please sign in to comment.