Skip to content

Commit a9a4c49

Browse files
committed
chore: Add .prettierrc from cdr/m
1 parent 8accb81 commit a9a4c49

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.prettierrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"printWidth": 120,
3+
"semi": false,
4+
"trailingComma": "all",
5+
"overrides": [
6+
{
7+
"files": ["./README.md", "**/*.yaml", "**/*.yml"],
8+
"options": {
9+
"printWidth": 80,
10+
"proseWrap": "always"
11+
}
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)