From 3c5f3b1dfc48f8292b45de74359b29360d0b1944 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Tue, 17 Nov 2015 21:51:02 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 897d7dc8c..17cb4583b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,6 +75,11 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe * *Try* to keep it around 80 characters line length (sometimes it's just not possible...) * `*` operator goes with the variable name (e.g. `NSObject *variableName;`) +#### Java + +* In method calls spanning multiple lines, closing bracket is on the same line as the last argument. +* 100 character line length + ### Documentation * Do not wrap lines at 80 characters - configure your editor to soft-wrap when editing documentation.