clang-format: run clang-format on C/C++ code
[contrib/mraa.git] / docs / contributing.md
index 01136ec..e69b5b0 100644 (file)
@@ -23,7 +23,8 @@ Basic rules
 - Try not to break master. In any commit.
 - Try to split commits up logically, you will be asked to rebase them if they
   are not.
-- Try to stick to the established coding style regardless of your personal feeling for it!
+- Try to stick to the established coding style regardless of your personal
+  feeling for it! Use clang-format (3.6+ required)
 
 Code signing
 ------------