Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Sep 22, 2024
1 parent 0a7778b commit c27eddd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for_compile := straight.el bootstrap.el install.el straight-x.el \
for_checkdoc := straight.el
for_longlines := $(wildcard *.el *.md *.yml benchmark/*.el \
scripts/*.bash) Makefile
for_checkindent := $(wildcard *.el benchmark/*.el)
for_checkindent := $(wildcard *.el benchmark/*.el tests/*.el)

# excludes benchmarking, smoke and unit tests
.PHONY: all
Expand Down Expand Up @@ -62,6 +62,7 @@ checkindent: ## Ensure that indentation is correct
--eval "(setq inhibit-message t)" \
--eval "(load (expand-file-name \"indent.el\" ) nil t)" \
--eval "(load (expand-file-name \"straight.el\") nil t)" \
--eval "(load (expand-file-name \"tests/straight-test.el\") nil t)" \
--eval "(find-file \"$$file\")" \
--eval "(indent-region (point-min) (point-max))" \
--eval "(write-file \"$$tmpdir/$$tmpfile\")"; \
Expand Down

0 comments on commit c27eddd

Please sign in to comment.