From 59f0b7f732e9425d1d4d545c5e99a907fe834c23 Mon Sep 17 00:00:00 2001 From: Rashiq Date: Tue, 20 Mar 2018 20:46:54 +0100 Subject: [PATCH] Update code style We're actually using square's style guide. Google's collapses annotations. --- docs/codestyle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/codestyle.md b/docs/codestyle.md index c9affa576..530dd66c8 100644 --- a/docs/codestyle.md +++ b/docs/codestyle.md @@ -1,8 +1,8 @@ # Code Style Guidelines for Kiwix-Android -Our code style guidelines is based on the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html). +Our code style guidelines is based on the [Square's Android Style Guide](https://github.com/square/java-code-styles/blob/master/configs/codestyles/SquareAndroid.xml). -Do take some time to read it. +Download the xml file and [import it](https://user-images.githubusercontent.com/1624385/37678878-9b61b562-2c7f-11e8-9733-d1d593f0aa67.png) in IntelliJ/Android Studio. ### For XML files