You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.