-
-
Notifications
You must be signed in to change notification settings - Fork 925
Labels
A-formatter-prettier-diffArea - Formatter difference with PrettierArea - Formatter difference with Prettier
Description
Input
const x = fn()
.c1();
const y = fn()
.c1()
.c2()
.c3();Config
Oxfmt output
Oxfmt version: latest
const x =
fn()
.c1();
const y = fn()
.c1()
.c2()
.c3();Oxfmt playground link
Prettier output
Prettier version: 3.8.1
const x = fn().c1();
const y = fn()
.c1()
.c2()
.c3();Prettier playground link
No response
Additional notes
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-formatter-prettier-diffArea - Formatter difference with PrettierArea - Formatter difference with Prettier
Type
Fields
Give feedbackPriority
None yet
Effort
None yet
{}