Skip to content

Add trailing comma to braced initializers

Nicolas Fella requested to merge work/roles into master

This has two advantages: It improves the diff when adding a new item and prevents clang-format from formatting them into one line.

Merge request reports