MetaStudents / SchoolSim

A simulation of the time management aspect of school
0 stars 1 forks source link

Changed tabs to be consisitent with conventions #11

Closed IsaacPD closed 6 years ago

IsaacPD commented 6 years ago

The spacing in the original source files is inconsistent and makes navigating the code troublesome. It is in our benefit to ensure that new functions are tabbed and proper spacing conventions are followed.

meygerjos commented 6 years ago

I agree that we should fix the inconsistent spacing. I was just pressing tab in emacs to get it to do the spacing for me. However,

  1. Emacs and github by default make a tab 8 spaces wide. I think this is too long. We should use an editorconfig file to tell github to make tabs 4 space wide.
  2. Tabs should be used for indentation, spaces should be used for alignment. There seems to be an emacs plugin that does this for you.