We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
printWidth
120
1 parent 76db369 commit 6cf956bCopy full SHA for 6cf956b
src/constants/prettier.ts
@@ -3,7 +3,7 @@ import type { PartialPrettierExtendedOptions } from '../types'
3
export const DEFAULT_PRETTIER_RULES: PartialPrettierExtendedOptions = {
4
arrowParens: 'avoid',
5
htmlWhitespaceSensitivity: 'ignore',
6
- printWidth: 80,
+ printWidth: 120,
7
semi: false,
8
singleQuote: true,
9
}
src/types/index.ts
@@ -234,7 +234,7 @@ export interface OptionsConfig extends OptionsComponentExts {
234
* {
235
* "arrowParens": "avoid",
236
* "htmlWhitespaceSensitivity": "ignore"
237
- * "printWidth": 80,
+ * "printWidth": 120,
238
* "semi": false,
239
* "singleQuote": true,
240
* }
0 commit comments