Add makeful rules to .editorconfig

OMFG, why is it not set to tabs??
pull/6512/head
Drashna Jaelre 6 years ago committed by Florian Didron
parent 70ed220c19
commit 3e7e8a3d9f

@ -19,9 +19,11 @@ indent_size = 4
# Make these match what we have in .gitattributes # Make these match what we have in .gitattributes
[*.mk] [*.mk]
end_of_line = lf end_of_line = lf
indent_style = tab
[Makefile] [Makefile]
end_of_line = lf end_of_line = lf
indent_style = tab
[*.sh] [*.sh]
end_of_line = lf end_of_line = lf

Loading…
Cancel
Save