Skip to content
  • Patrick Steinhardt's avatar
    editorconfig: Decrease line length for commit messages · daca6f57
    Patrick Steinhardt authored
    In 1c30884b (Create help text style guide for project, 2023-06-12), we
    have globally set the maximum line length to 120 characters. While fine
    in general, this change also impacts commit messages. This conflicts
    with our Danger rules though, which require a maximum line length of 72
    characters
    
    Amend the EditorConfig to address this issue.
    daca6f57