otr4j / otr4j-issues

1 stars 0 forks source link

standardize code formatting #4

Closed eighthave closed 4 years ago

eighthave commented 9 years ago

The code format does not seem very standardized. It seems some parts wrap at 80 chars, other parts wrap at 100. Some parts use only tabs, other parts use mix tabs/spaces, etc. That is definitely something that should be standardized. I propose using the Android Code Formatter and Imports Organizer, since there are config files available for Eclipse, Android Studio, IntelliJ, XCode, and emacs: https://f-droid.org/forums/topic/proposal-standardize-java-code-format-on-android-settings/

cobratbq commented 5 years ago

Further improved with automated checkstyle verification.