Path: | C_CODING_STYLE.rdoc |
Last Update: | Thu Jul 05 16:28:54 -0400 2012 |
Please don‘t propose commits that only change whitespace. However, if your commit touches a function or section that is not using MRI Ruby conventions, feel free to update whitespace in the surrounding code.
indent level: 2 indent type: Always spaces Line Breaks: LF
ANSI C style:
type name(args) { declarations code }