Skip to content
abolibibelot edited this page Sep 14, 2010 · 2 revisions

Cecil’s code follows the Mono’s coding guildelines 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