Skip to content

Commit d4518c3

Browse files
committedNov 13, 2022
chore(prettier): switch to tabs (finally!)
1 parent f7871a5 commit d4518c3

File tree

157 files changed

+4729
-4712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+4729
-4712
lines changed
 

‎.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
strict-peer-dependencies=false
2+
side-effects-cache=false

‎.prettierrc

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
2-
"trailingComma": "all",
3-
"useTabs": false,
4-
"tabWidth": 2
2+
"trailingComma": "all",
3+
"useTabs": true,
4+
"overrides": [
5+
{
6+
"files": "**/*.md",
7+
"options": {
8+
"tabWidth": 2,
9+
"useTabs": false
10+
}
11+
},
12+
{
13+
"files": "**/package.json",
14+
"options": {
15+
"tabWidth": 2,
16+
"useTabs": false
17+
}
18+
}
19+
]
520
}

0 commit comments

Comments
 (0)