jami-docs/guidelines/Coding-rules.md

8 lines
427 B
Markdown
Raw Normal View History

2020-09-02 01:31:50 +08:00
**This page gives rules and/or guidances to all
developers that want to integrate some code to Jami **
C++ format rules are defined by this clang-format file:
https://git.jami.net/savoirfairelinux/ring-daemon/blob/master/.clang-format
2020-09-02 03:18:57 +08:00
All developers are recommended to format their code using the script in `jami-project/scripts/format.sh`.
2020-09-02 01:31:50 +08:00
This is done automatically (as a pre-commit hook) when using `./make-ring.py --init`