1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* doc/contributing.rdoc: [DOC] Add coding style heading for patch

rules


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-11-28 12:17:11 +00:00
parent f1ea832fa0
commit 8274df3e89
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Thu Nov 28 21:16:18 2013 Zachary Scott <e@zzak.io>
* doc/contributing.rdoc: [DOC] Add coding style heading for patch
rules
Thu Nov 28 21:15:45 2013 Zachary Scott <e@zzak.io>
* doc/contributing.rdoc: [DOC] Add notes about deciding what to patch

View file

@ -304,6 +304,8 @@ your local computer and won't be part of the official Ruby repository. It will
be used to create patches based on the differences between your branch and
trunk, or edge Ruby.
=== Coding style
Here are some general rules to follow when writing Ruby and C code for CRuby:
* Indent 4 spaces for C with tabs for eight-space indentation (emacs default)