vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 856 forks source link

Source code text conventions with EditorConfig settings #165

Open bignose-debian opened 6 years ago

bignose-debian commented 6 years ago

With many contributors, this project would IMO benefit if this code base declares an EditorConfig settings file, and conforms to basic conventions in text files.

With an appropriate EditorConfig settings file, contributors can just turn on EditorConfig in their preferred text editor to get all the right settings for this code base.

bignose-debian commented 6 years ago

I have a proposed implementation, that cleans up the code base (as of current ‘master’) to conform with some standard settings, then adds the EditorConfig settings file to enforce them.