summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-07-04 21:36:50 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2019-07-05 11:35:55 -0700
commitda86484027f6f5deb33799a67a5053bdaa330f51 (patch)
tree7edbf2459789aaab214012e0527114bc86f2b9e5
parent509a34fbabeb57d57c35ddfd0243ebee3f0618a8 (diff)
Add makeful rules to .editorconfigbreakpoint_2019_08_30.10.6.407
OMFG, why is it not set to tabs??
-rw-r--r--.editorconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index c8cb35b861..26e3a39cfb 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -19,9 +19,11 @@ indent_size = 4
# Make these match what we have in .gitattributes
[*.mk]
end_of_line = lf
+indent_style = tab
[Makefile]
end_of_line = lf
+indent_style = tab
[*.sh]
end_of_line = lf