From 99b4901f6b2c76dcb219537c1584716d48d5d818 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Wed, 18 Nov 2015 18:09:52 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17cb4583b..aebef40cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,7 +77,8 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe #### Java -* In method calls spanning multiple lines, closing bracket is on the same line as the last argument. +* If a method call spans multiple lines closing bracket is on the same line as the last argument. +* If a method header doesn't fit on one line each argument goes on a separate line. * 100 character line length ### Documentation