Skip to content

Commit b45602e

Browse files
VannTengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 11c821f commit b45602e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ insert_final_newline = true
44

55
# The settings for C (*.c and *.h) files are mirrored in .clang-format. Keep
66
# them in sync.
7-
[*.{c,h,sh,perl,pl,pm,txt}]
7+
[{*.{c,h,sh,perl,pl,pm,txt},config.mak.*,Makefile}]
88
indent_style = tab
99
tab_width = 8
1010

0 commit comments

Comments
 (0)