mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
.editorconfig: set max_line_length=74 for commit-messages
...so that "git log" shows things nicely even when it is indented.
This commit is contained in:
parent
2e2cf54c00
commit
06ca80ffb7
1 changed files with 2 additions and 0 deletions
|
|
@ -13,3 +13,5 @@ max_line_length = 80
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[COMMIT_EDITMSG]
|
||||||
|
max_line_length = 74
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue