(Running pre-commit) Run end of file fixer.

pull/495/head
William Ting 7 years ago
parent 46329ac744
commit 9ff654d41d

2
.gitattributes vendored

@ -1,2 +1,2 @@
# Ensure batch files are crlf
*.bat text eol=crlf
*.bat text eol=crlf

@ -18,4 +18,4 @@ end
local autojump_parser = clink.arg.new_parser()
autojump_parser:set_arguments({ autojump_completion })
clink.arg.register_parser("j", autojump_parser)
clink.arg.register_parser("j", autojump_parser)

@ -5,4 +5,4 @@ if ERRORLEVEL 1 (
"%~dp0\j.bat" "%cd%" %*
) else (
python "%~dp0\autojump" %*
)
)

@ -5,4 +5,4 @@ if ERRORLEVEL 1 (
"%~dp0\jc.bat" "%cd%" %*
) else (
python "%~dp0\autojump" %*
)
)

@ -12,4 +12,4 @@ if ERRORLEVEL 1 (
)
) else (
python "%~dp0\autojump" %*
)
)

Loading…
Cancel
Save