Skip to content
rolfbjarne edited this page Dec 1, 2014 · 3 revisions

Cecil’s code follows the Mono’s coding guidelines with a few differences. We only use camelCase public parameters in the public API. Otherwise we use under_score_case parameters. The whole repository also uses unix style line endings (\n).

Please follow the coding convention when providing patches, as it makes it really easier to review and integrate.

Clone this wiki locally