Skip to content

Commit

Permalink
bump prettier format print width (#5588)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb authored Jul 18, 2022
1 parent 56749c1 commit eb85ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/scripts/extract-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function get_types(code, statements) {

const snippet = prettier.format(code.slice(start, statement.end).trim(), {
parser: 'typescript',
printWidth: 60,
printWidth: 80,
useTabs: true,
singleQuote: true,
trailingComma: 'none'
Expand Down

0 comments on commit eb85ec3

Please sign in to comment.