From 1b77a857bed85c8b21d9a2b1568bdab5dc914778 Mon Sep 17 00:00:00 2001 From: nivl4 Date: Wed, 27 Apr 2016 10:44:33 +0800 Subject: [PATCH] docs: add code style guidelines --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 77660fe30..4d30e5fbf 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,13 @@ Thank you very much [to all contributors](https://github.com/HabitRPG/habitrpg-a 5. Create new Pull Request * Don't forget to include your Habitica User ID, so that we can count your contributrion towards your contributor tier +### Code Style Guidelines +We follow the code style guidelines outlined in [Android Code Style Guidelines for Contributors](https://source.android.com/source/code-style.html). + +You can install our code style scheme to Intellij and/or Android Studio via this shell command: + + $ ./install-codestyle.sh + ## Build Instructions ### Config File