sharpie7 / circuitjs1

Electronic Circuit Simulator in the Browser
GNU General Public License v2.0
2.35k stars 642 forks source link

Inconsistent tabs/spaces #617

Open nulldg opened 3 years ago

nulldg commented 3 years ago

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. image I suggest mandating a strict indentation style in CONTRIBUTIONS.md, and possibly an automatic replacement on all .java files to make the indentations consistent.

nulldg commented 3 years ago

The same code as it appears on GitHub image