Skip to content

editorconfig: Decrease line length for commit messages

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.

Merge request reports