Skip to content

Commit 2e0ea3e

Browse files
Merge pull request #1834 from VWS-Python/prettier-config
Make prettier more compatible with yamlfix
2 parents 7cba794 + 615af44 commit 2e0ea3e

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)