Skip to content

Commit 5e0d7a3

Browse files
committed
Tweak prettier config
1 parent dfead7d commit 5e0d7a3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.prettierignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Please don't auto-format CSS and HTML files.
1+
# Please don't auto-format CSS, HTML, and MD files.
22
# They've been nicely formatted by hand.
33
**/*.css
4-
**/*.html
4+
**/*.html
5+
**/*.md

.prettierrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"trailingComma": "es5",
3+
"tabWidth": 2,
4+
"semi": false,
5+
"singleQuote": false,
6+
"printWidth": 150,
7+
"quoteProps": "consistent"
8+
}

0 commit comments

Comments
 (0)