Selaa lähdekoodia

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

pull/495/head
William Ting 7 vuotta sitten
vanhempi
commit
9ff654d41d
5 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  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 Näytä tiedosto

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

+ 1
- 1
bin/autojump.lua Näytä tiedosto

@ -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 Näytä tiedosto

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

+ 1
- 1
bin/jco.bat Näytä tiedosto

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

+ 1
- 1
bin/jo.bat Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna