Skip to content

Commit b387bc2

Browse files
committed
fix: tabs are a sin
1 parent 1ce0055 commit b387bc2

File tree

151 files changed

+5920
-5920
lines changed

Some content is hidden

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

151 files changed

+5920
-5920
lines changed

.prettierrc

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"printWidth": 100,
3-
"semi": true,
4-
"singleQuote": true,
5-
"tabWidth": 2,
6-
"trailingComma": "es5",
7-
"useTabs": true,
8-
"plugins": ["prettier-plugin-astro"],
9-
"overrides": [
10-
{
11-
"files": "*.astro",
12-
"options": {
13-
"parser": "astro"
14-
}
15-
},
16-
{
17-
"files": ["*.json", "*.md", "*.toml", "*.yml"],
18-
"options": {
19-
"useTabs": false
20-
}
21-
},
22-
{
23-
"files": ["*.md", "*.mdx"],
24-
"options": {
25-
"printWidth": 80
26-
}
27-
}
28-
]
2+
"printWidth": 100,
3+
"semi": true,
4+
"singleQuote": true,
5+
"tabWidth": 2,
6+
"trailingComma": "es5",
7+
"useTabs": false,
8+
"plugins": ["prettier-plugin-astro"],
9+
"overrides": [
10+
{
11+
"files": "*.astro",
12+
"options": {
13+
"parser": "astro"
14+
}
15+
},
16+
{
17+
"files": ["*.json", "*.md", "*.toml", "*.yml"],
18+
"options": {
19+
"useTabs": false
20+
}
21+
},
22+
{
23+
"files": ["*.md", "*.mdx"],
24+
"options": {
25+
"printWidth": 80
26+
}
27+
}
28+
]
2929
}

0 commit comments

Comments
 (0)