Skip to content

Commit

Permalink
Use more editor friendly filename patters
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 21, 2023
1 parent 1dd4dc6 commit 68dfefe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

[{vcsh.in,completions/vcsh.*}]
indent_style = tab
Expand Down
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ EXTRA_DIST += t/000-tear-env.t t/001-setup-env.t t/100-init.t t/300-add.t t/950-
BUILT_SOURCES =
CLEANFILES = $(dist_man_MANS) $(bin_SCRIPTS)

include $(top_srcdir)/build-aux/git_version.am
include $(top_srcdir)/build-aux/shell_completion_dirs.am
include $(top_srcdir)/build-aux/git_version.mk
include $(top_srcdir)/build-aux/shell_completion_dirs.mk

if !IS_SDIST
doc/vcsh.1: doc/vcsh.1.ronn
Expand Down
2 changes: 2 additions & 0 deletions build-aux/git_version.am → build-aux/git_version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ dist-hook: dist-tarball-version
.PHONY: dist-tarball-version
dist-tarball-version:
printf "$(VERSION)" > "$(distdir)/.tarball-version"

# vim: ft=automake
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ zshcompletiondir = $(ZSH_COMPLETION_DIR)
nodist_zshcompletion_DATA = $(COMPLETIONS_OUT_DIR)/_$(TRANSFORMED_PACKAGE_NAME)
CLEANFILES += $(nodist_zshcompletion_DATA)
endif

# vim: ft=automake

0 comments on commit 68dfefe

Please sign in to comment.