Skip to content

Commit

Permalink
prettier: printWidth 160 default . can always lower it at project level
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed May 16, 2024
1 parent 09135a1 commit b1c748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// If you change anything here, you probably have to reload vscode windows to pick it up.
module.exports = {
printWidth: 110,
printWidth: 160,
tabWidth: 2,
singleQuote: true,
trailingComma: 'es5',
Expand Down

0 comments on commit b1c748d

Please sign in to comment.