Run all code through auto-formatting #40

Open
opened 2015-02-20 04:31:11 +00:00 by afitz0 · 0 comments
afitz0 commented 2015-02-20 04:31:11 +00:00 (Migrated from github.com)

A lot of the code has inconsistent indenting. For example, Elevator.java's constructor has mixed tabs and spaces. For readability, run Eclipse's Auto-formatting on all of the code.

From a "process" standpoint, re-formatting code should happen as a single commit, not combined with any other change. :) This makes it explicitly clear what's happening in the commit and doesn't "hide" anything.

A lot of the code has inconsistent indenting. For example, [Elevator.java's](https://github.com/IronRiders/Recycle-Rush/blob/master/src/org/usfirst/frc/team4180/elevator/Elevator.java#L19-L22) constructor has mixed tabs and spaces. For readability, run [Eclipse's Auto-formatting](https://www.google.com/webhp?q=eclipse%20auto%20format%20keyboard%20shortcut) on all of the code. From a "process" standpoint, re-formatting code should happen as a single commit, not combined with _any_ other change. :) This makes it explicitly clear what's happening in the commit and doesn't "hide" anything.
Commenting is not possible because the repository is archived.
No description provided.