Skip to content

Commit c0e5110

Browse files
author
Manuel Cervantes
committed
Updated prettier rules
1 parent 21f2bda commit c0e5110

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.prettierrc.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"trailingComma": "none",
33
"tabWidth": 4,
4-
"printWidth": 120,
4+
"printWidth": 220,
55
"proseWrap": "never",
66
"semi": true,
77
"singleQuote": true,
@@ -14,6 +14,18 @@
1414
"options": {
1515
"tabWidth": 2
1616
}
17+
},
18+
{
19+
"files": "*.md",
20+
"options": {
21+
"tabWidth": 2
22+
}
23+
},
24+
{
25+
"files": "*.yml",
26+
"options": {
27+
"tabWidth": 2
28+
}
1729
}
1830
]
1931
}

0 commit comments

Comments
 (0)