From 6bdb99972d40bb1b6a8c56d161ff766aa1ccc49e Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 7 Feb 2022 16:50:16 +0100 Subject: [PATCH] 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?). --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index bed92f3e4..5aad22212 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,3 +20,6 @@ indent_size = 2 [Dockerfile] indent_size = 2 + +[COMMIT_EDITMSG] +max_line_length = 80