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
Cecil’s code follows the Mono’s coding guildelines with a few differences. We use camelCase only 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 to integrate.