Skip to content

Commit c46b005

Browse files
committed
Prettier for md and html files
1 parent 92e8386 commit c46b005

File tree

3 files changed

+21330
-32167
lines changed

3 files changed

+21330
-32167
lines changed

.prettierc

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"semi": false,
3+
"singleQuote": true,
4+
"tabWidth": 2,
5+
"useTabs": false,
6+
"htmlWhitespaceSensitivity": "ignore",
7+
"endOfLine": "auto"
8+
}

0 commit comments

Comments
 (0)