aboutsummaryrefslogtreecommitdiff
path: root/contributing.md
diff options
context:
space:
mode:
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md
index 59adefb..a6e5074 100644
--- a/contributing.md
+++ b/contributing.md
@@ -71,6 +71,8 @@
possible (i.e. if you only need a reference or pointer type).
- Template functions are only declared in a `.h` header, and defined in a
matching `.hpp` header.
+- Where possible, end (initializer) lists with a trailing comma (e.g. with
+ structs, enums)
## CMakeLists specific