Skip to content

Commit f074cac

Browse files
committed
Feat(prettier-config): Increase printWidth to 100 characters
1 parent a2b5a9e commit f074cac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end_of_line = lf
99
charset = utf-8
1010
trim_trailing_whitespace = true
1111
insert_final_newline = true
12-
max_line_length = 100
12+
max_line_length = 120
1313

1414
[{Makefile,makefile,**.mk}]
1515
indent_style = tab

packages/prettier-config/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
module.exports = {
44
singleQuote: true,
55
bracketSpacing: true,
6+
printWidth: 100,
67
semi: true,
78
trailingComma: "all",
89
}

0 commit comments

Comments
 (0)