]> git.mdlowis.com Git - proto/labwc.git/commitdiff
.editorconfig: set max_line_length=74 for commit-messages
authorJohan Malm <jgm323@gmail.com>
Mon, 22 Apr 2024 19:18:17 +0000 (20:18 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 27 Apr 2024 21:09:16 +0000 (22:09 +0100)
...so that "git log" shows things nicely even when it is indented.

.editorconfig

index 5a6a39b86f4f7d54c38e909bd15cdc7d5525570d..827205345f0dee2a528e01d88a2d7b129ca0ea1a 100644 (file)
@@ -13,3 +13,5 @@ max_line_length = 80
 indent_style = space
 indent_size = 2
 
+[COMMIT_EDITMSG]
+max_line_length = 74