dweiss commented on PR #13098: URL: https://github.com/apache/lucene/pull/13098#issuecomment-1941517375
I could try to play with spaces, comments, etc. to align those two lines but in the end it's just a hack - looking for cracks in gjf. What I suggested as an alternative is guaranteed to work and fulfills the intention of what that code's author had in mind (hopefully). No magic wand exists here, I'm afraid. It's one of the tradeoffs of using gjf - the code will be shaped this way or another - if you need precise alignment or formatting, use data that is external to the source code or data types that have a defined layout (like here). I still think overall it's well worth it. Consistent and most of the time better than what I'd do (especially with more complex nestings or logical conditions). -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org