Skip to content

Commit c529cbc

Browse files
author
Andrew Ferrier
committed
fix: By default, indent Makefile lines with a tab
1 parent 4ab54f0 commit c529cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/debugprint/filetypes.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ return {
5353
right_var = "))",
5454
},
5555
["make"] = {
56-
left = '@echo "',
56+
left = "\t@echo \"",
5757
right = '"',
5858
mid_var = '"$(',
5959
right_var = ")",

0 commit comments

Comments
 (0)