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
I just noticed that when i format my imports using this plugin it will always add an empty line between each import groups.
I disabled that option in the eclipse_format.xml and in IntelliJ, but that doesn't seem to help. <setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="0"/>
The custom import order from *.importorder doesn't contain any empty lines either.
Using the IntelliJ-Formatter or disabling the "Optimize Imports" option wit hthe Eclipse Formatter prevents this from happening, so it has to have something to do with this plugin.
Is that a bug or is there something not configured correctly?
I'll attach my used files, but using the file ending "txt", since i can't uplaod *.xml or *.importorder.
I just noticed that when i format my imports using this plugin it will always add an empty line between each import groups.
I disabled that option in the eclipse_format.xml and in IntelliJ, but that doesn't seem to help.
<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="0"/>
The custom import order from *.importorder doesn't contain any empty lines either.
Using the IntelliJ-Formatter or disabling the "Optimize Imports" option wit hthe Eclipse Formatter prevents this from happening, so it has to have something to do with this plugin.
Is that a bug or is there something not configured correctly?
I'll attach my used files, but using the file ending "txt", since i can't uplaod *.xml or *.importorder.
custom_formatter.txt
example_importorder.txt
The text was updated successfully, but these errors were encountered: