-
-
Notifications
You must be signed in to change notification settings - Fork 879
Open
Labels
A-formatterArea - FormatterArea - Formatter
Description
The only thing keeping me from using prettier, oxfmt or biome and keeps me on older versions of ESLint is the inflexibility when it comes to brace formatting.
I need the following with an optional newline between else conditions. Is this something we have flexibility on or are we pretending that nobody else wants this still?
if (condition) {
…
}
else (condition) {
…
}
do {
…
}
while (condition)
try {
…
}
catch (error) {
…
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-formatterArea - FormatterArea - Formatter