koodaamo/tnefparse

Inconsistent line endings

jrideout opened this issue · 2 comments

Can we adopt some code standards?

In particular I'd like to suggest:

  • unix line endings are used consistently
  • 4 spaces for the default indent

More aggressively we could use something like black to auto-format the style.

petri commented

Absolutely. The codebase is really old, originally a quick & dirty conversion from Ruby code with not much thought given to code quality at that time.

Fixed in #37