diff --git a/.gitattributes b/.gitattributes index e31770e..d47080a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # Ensure batch files are crlf -*.bat text eol=crlf \ No newline at end of file +*.bat text eol=crlf diff --git a/bin/autojump.lua b/bin/autojump.lua index 591b55d..0d212f4 100644 --- a/bin/autojump.lua +++ b/bin/autojump.lua @@ -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) \ No newline at end of file +clink.arg.register_parser("j", autojump_parser) diff --git a/bin/jc.bat b/bin/jc.bat index ace52f6..dcba639 100644 --- a/bin/jc.bat +++ b/bin/jc.bat @@ -5,4 +5,4 @@ if ERRORLEVEL 1 ( "%~dp0\j.bat" "%cd%" %* ) else ( python "%~dp0\autojump" %* -) \ No newline at end of file +) diff --git a/bin/jco.bat b/bin/jco.bat index 937c839..8b2965a 100644 --- a/bin/jco.bat +++ b/bin/jco.bat @@ -5,4 +5,4 @@ if ERRORLEVEL 1 ( "%~dp0\jc.bat" "%cd%" %* ) else ( python "%~dp0\autojump" %* -) \ No newline at end of file +) diff --git a/bin/jo.bat b/bin/jo.bat index ed84576..b1785c6 100644 --- a/bin/jo.bat +++ b/bin/jo.bat @@ -12,4 +12,4 @@ if ERRORLEVEL 1 ( ) ) else ( python "%~dp0\autojump" %* -) \ No newline at end of file +)