Skip to content

Commit

Permalink
Recommend Ktlint Android Studio plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann authored Feb 2, 2022
1 parent 05f9543 commit 88d71c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Always remember to pay attention to [the quest guidelines](https://github.com/st

Inheritance and class hierarchy should be avoided if possible. It is preferable to extract shared code to helper file such as [KerbUtil.kt](app/src/main/java/de/westnordost/streetcomplete/osm/kerb/KerbUtil.kt).

It is recommended to install the [Ktlint (unofficial)](https://plugins.jetbrains.com/plugin/15057-ktlint-unofficial-) Android Studio plugin which highlights lint issues (e.g. inconsistent spacing) directly inline while writing code.

### Hints for more active people

See ["Efficiently working together"](https://github.com/streetcomplete/StreetComplete/discussions/3450) which is addressed to people highly active in this project.
Expand Down

0 comments on commit 88d71c4

Please sign in to comment.