Skip to content

Commit 40020ea

Browse files
committed
style: add prettier config
1 parent 4a25b30 commit 40020ea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.prettierrc.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "http://json.schemastore.org/prettierrc",
3+
"bracketSpacing": true,
4+
"endOfLine": "lf",
5+
"semi": true,
6+
"singleQuote": false,
7+
"trailingComma": "all",
8+
"printWidth": 120,
9+
"importOrderSeparation": true,
10+
"importOrderSortSpecifiers": true,
11+
"importOrderGroupNamespaceSpecifiers": true,
12+
"importOrderCaseInsensitive": true
13+
}

0 commit comments

Comments
 (0)