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

This commit is contained in:
2025-03-31 18:23:37 +02:00
parent 6e9230d722
commit ba7770fdbd

View File

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