edkinsgael / airhead-research

Automatically exported from code.google.com/p/airhead-research
0 stars 0 forks source link

We need a consistent style #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
All files should have a consistent style with regards to spacing, the
presence of tabs, the ordering of includes, and a few other things.

My personal suggestion is to have no tabs in any files, use either 2 to 4
spaces for each indent, and include the most package specific includes
first (i.e. sspace includes first, other libraries next, and at the end
java library includes).

Original issue reported on code.google.com by FozzietheBeat@gmail.com on 26 Sep 2009 at 3:34

GoogleCodeExporter commented 8 years ago
Need to convert all tabs to spaces.  Switching to 4-space indent.

Original comment by David.Ju...@gmail.com on 29 Sep 2009 at 12:19

GoogleCodeExporter commented 8 years ago
Fixed through continuous updates.

Original comment by David.Ju...@gmail.com on 5 Jan 2010 at 7:21