Add makeful rules to .editorconfig
authorDrashna Jaelre <drashna@live.com>
Fri, 5 Jul 2019 04:36:50 +0000 (21:36 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 5 Jul 2019 18:35:55 +0000 (11:35 -0700)
OMFG, why is it not set to tabs??

.editorconfig

index c8cb35b..26e3a39 100644 (file)
@@ -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