Simbotics/Simbot-Base

Fix cutting of lines too short in formatter

Closed this issue · 4 comments

Right now the google auto formatter seems to be cutting lines too short. It's actually reducing code readability and making things formatted weirdly

Looking at the documentation for the Google auto java formatter GitHub action, you can attach a --length flag to specify what the max line length can be before it formats it down to another line.

This is an excellent good first issue for a new student!

Just gonna do this just to get it out of the way. I'd rather not wait forever for this to get done and then it just gets sent to backlog.

Apparently you can't change the max line length until it formats since google java formatted is baked right into the issue. This just isn't possible apparently! We could make our own github action, but for now we can close this and put it in blocked.