You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the bug is about the formatter producing output you don't like, please use the "Formatting issue" template.
Describe the issue
I have the trailing_commas option set to preserve, so I expect any commas I add to remain intact. However, when I try to add a comma to a typedef, regardless of its length, the comma is removed.
To Reproduce
For example, I have the following typedef: when I add a comma after url, it gets removed.