Skip to content

Commit

Permalink
editorconfig: use 72 characters line width git commit messages
Browse files Browse the repository at this point in the history
Configure editors for wrapping lines at 72 characters line width for Git
commit messages.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
  • Loading branch information
henrikbrixandersen authored and nashif committed Jun 22, 2020
1 parent 0591191 commit 48f43b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ indent_style = tab
[*.{dts,dtsi,overlay}]
indent_style = tab
indent_size = 8

# Git commit messages
[COMMIT_EDITMSG]
max_line_length = 72

0 comments on commit 48f43b5

Please sign in to comment.