The codebase is riddled with mixed indentations composed of tabs and spaces. Regardless of whether or not this is intentional or just a byproduct of having many people work on the codebase, this inconsistency results in indentation sizes being messed up based on IDE.
I suggest mandating a strict indentation style in CONTRIBUTIONS.md, and possibly an automatic replacement on all .java files to make the indentations consistent.
The codebase is riddled with mixed indentations composed of tabs and spaces. Regardless of whether or not this is intentional or just a byproduct of having many people work on the codebase, this inconsistency results in indentation sizes being messed up based on IDE. I suggest mandating a strict indentation style in CONTRIBUTIONS.md, and possibly an automatic replacement on all
.java
files to make the indentations consistent.