From bbe5d2d57a85dda4ffffbf8e6c0ed516b33ce7d1 Mon Sep 17 00:00:00 2001 From: Gabriel Sanches Date: Fri, 25 Oct 2019 14:30:52 -0300 Subject: [PATCH] editorconfig: adjust verbose commit indentation --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4599de2..c6a5f9d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,8 +9,8 @@ indent_style = space [{README.md,*.go,Makefile}] indent_style = tab -[{README.md,*.go}] -indent_size = 8 +[{README.md,*.go,COMMIT_EDITMSG}] +tab_width = 8 [Makefile] indent_size = 4