-
-
Notifications
You must be signed in to change notification settings - Fork 762
Closed
Copy link
Labels
A-formatter-prettier-diffArea - Formatter difference with PrettierArea - Formatter difference with Prettier
Description
Input
test.fixme("C[TBD] Create automation - Priority changes triggers action @regression-standalone-qa-env @regression @automations-squad", async ({
page: _page,
}, testInfo) => {
// TODO
});Config
Oxfmt output
Oxfmt version: 0.20.0
test.fixme("C[TBD] Create automation - Priority changes triggers action @regression-standalone-qa-env @regression @automations-squad", async ({ page: _page }, testInfo) => {
// TODO
});Oxfmt playground link
Prettier output
Prettier version: 3.7.4
test.fixme("C[TBD] Create automation - Priority changes triggers action @regression-standalone-qa-env @regression @automations-squad", async ({
page: _page,
}, testInfo) => {
// TODO
});Prettier playground link
Additional notes
No response
Metadata
Metadata
Assignees
Labels
A-formatter-prettier-diffArea - Formatter difference with PrettierArea - Formatter difference with Prettier
{ "$schema": "./node_modules/oxfmt/configuration_schema.json", "printWidth": 80, "singleQuote": true, }