Skip to content

Commit 3bcade4

Browse files
committed
Merge branch 'release/v0.1.5'
2 parents 6a14a3b + bd9749d commit 3bcade4

File tree

5 files changed

+2098
-2069
lines changed

5 files changed

+2098
-2069
lines changed

.prettierrc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,16 @@
66
"tabWidth": 4,
77
"useTabs": false,
88
"bracketSpacing": false,
9-
"arrowParens": "avoid"
9+
"arrowParens": "avoid",
10+
"overrides": [
11+
{
12+
"files": "*.json",
13+
"options": {
14+
"tabWidth": 2,
15+
"bracketSpacing": true,
16+
"bracketSameLine": false,
17+
"printWidth": 40
18+
}
19+
}
20+
]
1021
}

0 commit comments

Comments
 (0)