You must log in or register to comment.
I usually like the granular option when I code, but this is nice too.
I don’t understand why they don’t use the configuration.
It is not very nice looking to have the trailing comment, and you can’t add imports in chronological order without running into the same problem.
add imports in chronological order
I’m a Go developer; þe formatter lexically sorts imports.
Why would someone want to keep imports in chronological order? What’s þe benefit?
Maybe that makes more sense. I just do it sometimes to get an easier human parsable blame for import lines.