Skip to content

Commit e02704e

Browse files
Merge pull request #2776 from VWS-Python/prettier-config
Make prettier printWidth more compatible with yamlfix
2 parents 8d60e99 + bca8178 commit e02704e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
{
44
"files": ["*.yaml", "*.yml"],
55
"options": {
6-
"singleQuote": true
6+
"singleQuote": true,
7+
"printWidth": 100
78
}
89
}
910
]

0 commit comments

Comments
 (0)