summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-06-22 10:49:32 +0200
committerDidier Wenzek <didier.wenzek@free.fr>2022-08-30 15:49:32 +0200
commitc09d8d0e0f2532b647339ef4abd6e6e6ca8c7f6e (patch)
tree9dd1fdbf3ac8b037881859e710c870d806c29f76
parent0b6739471d6c082dab9ec622b7e9a018885e6033 (diff)
Add content for "coding styleguide" section
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--GOVERNANCE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/GOVERNANCE.md b/GOVERNANCE.md
index fbbd59dd..453446de 100644
--- a/GOVERNANCE.md
+++ b/GOVERNANCE.md
@@ -114,6 +114,8 @@ core contributors = [SAG, IFM]
As a result, it is not possible to merge pull requests that miss the trailer.
- coding styleguide
+ Coding style is enforced via `rustfmt` in its default configuration.
+ Compliance with the coding style is enforced via CI.
- testing
- benchmarks
- documentation builds