editor: Add tab alignment command

This commit is contained in:
Andrew Hamilton 2022-01-08 10:01:57 +10:00
parent cd88668f17
commit 9cd9fff96c
3 changed files with 28 additions and 8 deletions

View file

@ -18,4 +18,4 @@ setup(name="diff-edit",
entry_points={"console_scripts": ["diff-edit=diff_edit:main"]},
install_requires=[
"pygments==2.10.0", "docopt==0.6.2",
"fill3 @ git+https://github.com/ahamilton/eris@v2022.01.07#subdirectory=fill3"])
"fill3 @ git+https://github.com/ahamilton/eris@v2022.01.08#subdirectory=fill3"])