From: Max Gautier Date: Fri, 22 Mar 2024 22:17:58 +0000 (+0100) Subject: editorconfig: add Makefiles to "text files" X-Git-Tag: v2.45.0-rc0~41^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b45602e392398f29be0af1ac7e202b996f99c747;p=thirdparty%2Fgit.git editorconfig: add Makefiles to "text files" The Makefile and makefile fragments use the same indent style than the rest of the code (with some inconsistencies). Add them to the relevant .editorconfig section to make life easier for editors and reviewers. Signed-off-by: Max Gautier Signed-off-by: Junio C Hamano --- diff --git a/.editorconfig b/.editorconfig index f9d819623d..15d6cbeab1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ insert_final_newline = true # The settings for C (*.c and *.h) files are mirrored in .clang-format. Keep # them in sync. -[*.{c,h,sh,perl,pl,pm,txt}] +[{*.{c,h,sh,perl,pl,pm,txt},config.mak.*,Makefile}] indent_style = tab tab_width = 8