Skip to content
  • Nicolas Fella's avatar
    Add trailing commas to enums · b7869bf2
    Nicolas Fella authored
    We do this sometimes, but not consistenly.
    
    The benefit is twofold.
    First it improves the diff when adding new values since no existing line needs to be touched.
    Second it prevents clang-format from collapsing the definition into a single line, which is undesired for large enums.
    b7869bf2