fix (Makefile): Configure editor to use tabs by default

Add indent style to tabs when editing Makefiles
This commit is contained in:
mfe-a5sys 2025-01-28 09:44:34 +01:00 committed by Maxime Helias
parent 46e07dfce7
commit 4273ec8316

View File

@ -55,3 +55,6 @@ indent_style = tab
[*.*Caddyfile]
indent_style = tab
[Makefile]
indent_style = tab