Skip to content

Commit

Permalink
change editorconfig rule for git commit message
Browse files Browse the repository at this point in the history
recommended column length for commit message is 72 chars.
  • Loading branch information
porridgewithraisins committed Dec 22, 2024
1 parent 02d88c3 commit 5f2a235
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ indent_size = 4
insert_final_newline = false
max_line_length = 120
tab_width = 8
trim_trailing_whitespace = true
trim_trailing_whitespace = true

[COMMIT_EDITMSG]
max_line_length = 72

0 comments on commit 5f2a235

Please sign in to comment.