Ver a proveniência

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

pull/495/head
William Ting há 7 anos
ascendente
cometimento
9ff654d41d
5 ficheiros alterados com 5 adições e 5 eliminações
  1. +1
    -1
      .gitattributes
  2. +1
    -1
      bin/autojump.lua
  3. +1
    -1
      bin/jc.bat
  4. +1
    -1
      bin/jco.bat
  5. +1
    -1
      bin/jo.bat

+ 1
- 1
.gitattributes Ver ficheiro

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

+ 1
- 1
bin/autojump.lua Ver ficheiro

@ -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)

+ 1
- 1
bin/jc.bat Ver ficheiro

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

+ 1
- 1
bin/jco.bat Ver ficheiro

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

+ 1
- 1
bin/jo.bat Ver ficheiro

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

Carregando…
Cancelar
Guardar