jami-docs

Forked version of Jami documentation, see wrycode.com/jami-docs-demo
git clone git://git.wrycode.com/wrycode/jami-docs.git
Log | Files | Refs

Coding-rules.md (444B)


      1 # Coding Rules
      2 
      3 **This page gives rules and/or guidances to all
      4 developers that want to integrate some code to Jami **
      5 
      6 C++ format rules are defined by this clang-format file:
      7 https://git.jami.net/savoirfairelinux/ring-daemon/blob/master/.clang-format
      8 
      9 All developers are recommended to format their code using the script in `jami-project/scripts/format.sh`.
     10 This is done automatically (as a pre-commit hook) when using `./make-ring.py --init`