style(editorconfig): set indent style to tab for Makefiles

This commit is contained in:
Markus Pesch 2025-03-31 18:23:37 +02:00
parent 6e9230d722
commit ba7770fdbd
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -10,3 +10,6 @@ end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = false trim_trailing_whitespace = false
insert_final_newline = false insert_final_newline = false
[Makefile]
indent_style = tab