Skip to content

Commit d33643a

Browse files
chore: missing space (#673)
Signed-off-by: Alexander Lichter <github@lichter.io>
1 parent 73b7393 commit d33643a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blog/2025-12-01-oxfmt-alpha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ If your editor supports the JSON language server, you can start with this minima
129129
}
130130
```
131131

132-
While we don’t yet support all of Prettier’s configuration options in this alpha release, we do support the following major options: `printWidth`, `tabWidth`, `useTabs`, `semi`, `singleQuote`, `quoteProps`, `jsxSingleQuote`, `trailingComma`, `bracketSpacing`, `objectWrap`, `bracketSameLine`, `arrowParens`, `endOfLine`, and`singleAttributePerLine`.
132+
While we don’t yet support all of Prettier’s configuration options in this alpha release, we do support the following major options: `printWidth`, `tabWidth`, `useTabs`, `semi`, `singleQuote`, `quoteProps`, `jsxSingleQuote`, `trailingComma`, `bracketSpacing`, `objectWrap`, `bracketSameLine`, `arrowParens`, `endOfLine`, and `singleAttributePerLine`.
133133

134134
Check out all of the options in our [documentation](https://oxc.rs/docs/guide/usage/formatter.html#configuration-file).
135135

0 commit comments

Comments
 (0)