editorconfig: use 72 characters line width git commit messages
Configure editors for wrapping lines at 72 characters line width for Git commit messages. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
0591191f32
commit
48f43b57f5
1 changed files with 4 additions and 0 deletions
|
@ -65,3 +65,7 @@ indent_style = tab
|
||||||
[*.{dts,dtsi,overlay}]
|
[*.{dts,dtsi,overlay}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
|
|
||||||
|
# Git commit messages
|
||||||
|
[COMMIT_EDITMSG]
|
||||||
|
max_line_length = 72
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue