Skip to content

Add trailing comma to multiline enums

Alexander Lohnau requested to merge work/trailing_comma_enum into master

This will prevent clang-format from wrapping these enums on a single line. Also it will create cleaner diffs, because the line above does not need to be modified when a new enum value is added.

@dfaure

Merge request reports