From 5de0673df564b4cd37ef02daa4ed7a23ea66df43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 14 Sep 2015 14:31:23 -0700 Subject: [PATCH] CONTRIBUTING: Android style, not Google's --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f68678ec..b0e5df164 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,8 +21,8 @@ Remember to include: Style ----- -We follow the [Google Java style](https://google-styleguide.googlecode.com/svn/trunk/javaguide.html). -To summarize it: +We follow the [Android Java style](https://source.android.com/source/code-style.html). +Some key points: * Four space indentation * UTF-8 source files