-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default line length set to 100 for LF files #1389
Conversation
6a60b73
to
6871424
Compare
79c9af8
to
44016d0
Compare
Should we also change to 2 tabs instead of 4? |
Okay, the tests are now formatted with 2 spaces indentation and 100 columns width. I also reformatted some Markdown and build.gradle to match. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good to me, modulo the thing I commented on (and the remaining conflicts).
@petervdonovan: shall we bite the bullet on this and get it merged? Modulo conflicts, this looks ready to me... |
Yep, I'm on board with this, it seems straightforward and harmless |
2bd9fc1
to
2617075
Compare
Sorry, it looks like I forgot to follow through with this one. I just got it back up to date with |
Let's hold off for a bit until we've bitten the bullet on the formatting of the Java code that this is supposed to achieve consistency with... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! I would be fine with biting smaller bullets instead of one huge one. I don't see good reasons to hold this off and many conflicts should be resolvable by applying lff in the PRs.
@petervdonovan: let's merge this one too? |
This is not really part of this PR, but it came up during code review.
abe787a
to
cba389a
Compare
This resulted from the reduced indentation in the tests, which results in errors being reported on a negative column.
8286c64
to
faabd29
Compare
It looks like two The debug output is quite short, so I don't think this is related to running out of heap space... |
Merge queue setting changed
This is done in the name of consistency because we use a line length of 100 in Java files now.