ProjectSWGCore / Holocore

This is the Star Wars Galaxies server emulator for the Java Virtual Machine
https://www.projectswg.com
GNU Affero General Public License v3.0
31 stars 19 forks source link

Fixed short "Hard Wrap" for Kotlin and Java in the Code Style #1511

Closed madsboddum closed 8 months ago

madsboddum commented 8 months ago

I've been noticing that lines were being wrapped pretty aggressively. You can actaully see an example of it at line 178-180 below. I recently enabled visual "helper lines" in IDEA for whitespaces and method separation, which made the problem very obvious.

Before this change: image

After this change, where the wrapping point is so far away that it can't be seen: image