utwente-energy / alpg

Artificial Load Profile Generator for DSM
GNU General Public License v3.0
58 stars 26 forks source link

Fix mixed identation #5

Open lfse-slafleur opened 1 year ago

lfse-slafleur commented 1 year ago

Currently mixed identation (mostly tabs though) was found in the files. Proposal is use one identation type and to switch to spaces as that is strongly advised by Python standard: https://peps.python.org/pep-0008/#indentation . Allows the code base to be compatible out-of-the-box with IDE's e.g. Pycharm.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.