diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 85032d1..89fd913 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,3 +16,6 @@ indent_style = tab [*.{yml,yaml}] indent_size = 2 + +[COMMIT_EDITMSG] +max_line_length = 72 |