czukowski commented on PR #6161: URL: https://github.com/apache/netbeans/pull/6161#issuecomment-1642467398
@junichi11 you're right, it turned out I've had Project-specific formatting option enabled which I haven't realized at the time. Not sure how the new settings has got there though, perhaps it shouldn't have happened silently... In any case, 'Put in PSR-12 order' and 'Between Use Types' settings seem to conflict with each other, don't they? If I enable 'Put in PSR-12 order' and set 'Between Use Types' to zero, then Fixing imports adds empty lines and using Source > Format removes them again. Would you like me to submit a separate issue for that? ```php <?php use Generator; use function sort; use const SORT_NUMERIC; ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists