mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04: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
48d787ed99
commit
a9709aaf85
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