From 48f43b57f5cd631d5f8e93f99e1d35388e953c2d Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Sat, 20 Jun 2020 23:44:27 +0200 Subject: [PATCH] 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 --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 878556123c24..ebf5280abcaf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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