Skip to content

Commit

Permalink
all: add vim modeline to Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
charlievieth committed Sep 12, 2024
1 parent e8b7353 commit 40d8345
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vim: ts=4 sw=4
# vim: ts=4 sw=4 ft=make

# Packages to run exhaustive tests against
EXHAUSTIVE_PKGS = github.com/charlievieth/strcase \
Expand Down
2 changes: 2 additions & 0 deletions internal/benchtest/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# vim: ts=4 sw=4 ft=make

MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
MAKEFILE_DIR := $(dir $(MAKEFILE_PATH))
PATH := $(MAKEFILE_DIR)/bin:$(PATH)
Expand Down
2 changes: 1 addition & 1 deletion internal/gen/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vim: ts=4 sw=4
# vim: ts=4 sw=4 ft=make

MAKEFILE_PATH := $(realpath $(lastword $(MAKEFILE_LIST)))
MAKEFILE_DIR := $(abspath $(dir $(MAKEFILE_PATH)))
Expand Down

0 comments on commit 40d8345

Please sign in to comment.