Skip to content

Commit 4a5803e

Browse files
committed
Merge branch 'dev-0.9'
2 parents 1e7a3c4 + 97917fd commit 4a5803e

File tree

448 files changed

+18298
-35
lines changed

Some content is hidden

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

448 files changed

+18298
-35
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ JSON example:
110110
"braceStyle": "stroustrup"
111111
}
112112
```
113+
114+
## Stargazers over time
115+
116+
[![Stargazers over time](https://starchart.cc/ony3000/prettier-plugin-brace-style.svg?variant=adaptive)](https://starchart.cc/ony3000/prettier-plugin-brace-style)

global.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ declare global {
3434

3535
type SupportedParserNames =
3636
| 'babel'
37+
| 'babel-ts'
3738
| 'typescript'
3839
| 'angular'
3940
| 'html'
4041
| 'vue'
42+
| 'oxc'
43+
| 'oxc-ts'
4144
| 'astro'
4245
| 'svelte';
4346

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@biomejs/biome": "2.0.0",
40+
"@prettier/plugin-oxc": "0.1.3",
4041
"@trivago/prettier-plugin-sort-imports": "4.2.1",
4142
"@types/eslint": "8.44.9",
4243
"@types/node": "20.17.46",
@@ -51,11 +52,15 @@
5152
"vitest": "1.6.1"
5253
},
5354
"peerDependencies": {
55+
"@prettier/plugin-oxc": "*",
5456
"prettier": "^3",
5557
"prettier-plugin-astro": "*",
5658
"prettier-plugin-svelte": "*"
5759
},
5860
"peerDependenciesMeta": {
61+
"@prettier/plugin-oxc": {
62+
"optional": true
63+
},
5964
"prettier-plugin-astro": {
6065
"optional": true
6166
},

pnpm-lock.yaml

Lines changed: 225 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)