diff options
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f26a5d7eaf..9e24e3fc5a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -444,9 +444,7 @@ merge request: 1. [Ruby](https://github.com/bbatsov/ruby-style-guide). Important sections include [Source Code Layout][rss-source] and - [Naming][rss-naming]. Use: - - multi-line method chaining style **Option B**: dot `.` on previous line - - string literal quoting style **Option A**: single quoted by default + [Naming][rss-naming]. Please use multi-line method chaining style **Option B**: dot `.` on previous line 1. [Rails](https://github.com/bbatsov/rails-style-guide) 1. [Testing](doc/development/testing.md) 1. [CoffeeScript](https://github.com/thoughtbot/guides/tree/master/style/coffeescript) |