enhancement: split import statements on same line
Closed this issue · 2 comments
brandon1024 commented
If there are import statements on the same line (see example below), the plugin will skip over it. We should make an effort to reformat such lines.
import java.util.ArrayList;import java.util.Collections;import java.util.HashMap;
brandon1024 commented
Be sure to update the limitations
section in the help doc page.
brandon1024 commented
To be fixed in #19