marian/contrib
2017-06-05 12:18:19 +02:00
..
other-builds/marian move eclipse files 2017-03-21 11:09:11 +00:00
README.md Add .clang-format file 2017-06-05 12:18:19 +02:00

Contributing to Marian

Code style

Main code style rules:

  • no tabs, 2 whitespaces instead
  • lines no longer than 80 characters
  • no trailing whitespaces
  • no space between control statements and opening brackets

Alternatively, use the provided .clang-format file for ClangFormat to format new code fragments, e.g.

clang-format-3.8 -style=./contrib/.clang-format