From b18cfb7fb98ab4060054500da6d41c99047bc65f Mon Sep 17 00:00:00 2001 From: Archit Gupta Date: Fri, 14 Apr 2023 19:04:11 -0700 Subject: [PATCH] Set git commit line lengths to 72 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index eba144e..2ad9a8b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,6 @@ indent_size = 2 [*.md] trim_trailing_whitespace = false indent_size = 2 + +[COMMIT_EDITMSG] +max_line_length = 72