Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Contributing

dlech edited this page Jul 12, 2013 · 1 revision

Communication Channels

If you have any question about XWT or do you want to contribute a discussion group for XWT is available here:

http://groups.google.com/group/xwt-list

You can also join the #xwt channel in irc.gimp.org.

Coding Guidelines

New code written for XWT should follow the generic Mono Coding Guidelines, with the following exceptions:

  • use camelCase for field names
  • code must be indented using tabs, not spaces, and tabs have a width equal to 4 spaces
  • the opening brace { of a class or namespace should be put on a new line, like methods
  • lines should be wrapped to 120 chars, not 80
Clone this wiki locally