nedimf / maildroid

Maildroid is a small robust android library for sending emails using SMTP server
187 stars 24 forks source link

[Suggestion] Code Styling #7

Closed javier-moreno closed 5 years ago

javier-moreno commented 5 years ago

Current code has some styling issues and inconsistency that need to be fixed, for example:

  1. Use of ; in kotlin code
  2. Irregular new lines between lines of code
  3. Indentation issues in different part of the codes

The current source code lacks any design guidelines. This makes it hard when multiple people are collaborating since each developer has its own personal set of rules and styles guidelines. I'm avid user of ktlint for checking my code style. I'm willing to set it up in the code base and help maintain it.

nedimf commented 5 years ago

I agree :+1: