When enabled the "OrderedImports", there are will be extra lines between imports on Windows only. It has no problem on macOS. For example: On Windows: import A Import B import C On macOS: import A import B import C
When enabled the "OrderedImports", there are will be extra lines between imports on Windows only. It has no problem on macOS. For example:
On Windows:
import A
Import B
import C
On macOS:
import A
import B
import C