editorconfig: use 80 columns for commit messages, not 100

Our current style favors < 80 columns in commit messages (or we just don't
use editorconfig here?).
This commit is contained in:
Johannes Altmanninger 2022-02-07 16:50:16 +01:00
parent 964b7a729a
commit 6bdb99972d

View file

@ -20,3 +20,6 @@ indent_size = 2
[Dockerfile]
indent_size = 2
[COMMIT_EDITMSG]
max_line_length = 80