Skip to content

Commit 7238190

Browse files
committed
fix: correct the order of splits for C
This is a point of personal preference (but so is this whole project). My preferred split order when editing is as follows: Impl | Lib | Build Signed-off-by: Sam Stuewe <[email protected]>
1 parent f433638 commit 7238190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skel.d/c/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ run: $(PROG)
2020
./$(PROG)
2121

2222
edit:
23-
vis '+vsplit main.c' Makefile main.h
23+
vis '+vsplit main.h' Makefile main.c
2424

2525
clean:
2626
$(RM) $(PROG)

0 commit comments

Comments
 (0)