Skip to content

Contribution guidelines

Freddo edited this page May 6, 2020 · 1 revision

Basics:

  • This project uses K&R Style indentation
  • This project uses tabs for indenting
  • Always use Camel Case
  • #define constants must be in capitals and underscores. #define SOME_CONSTANT foo bar

See https://community.bistudio.com/wiki/Code_Best_Practices

Clone this wiki locally