git-hooks-code-autoformat icon indicating copy to clipboard operation
git-hooks-code-autoformat copied to clipboard

Results 6 git-hooks-code-autoformat issues
Sort by recently updated
recently updated
newest added

Hello Can we add our own custom formatter there ? For example I want to modify the line indentation from 3 to 5. Do you think a custom change is...

and not the whole hooks directory. ln -s ../git-hooks .git/hooks ln -s ../git-hooks/pre-commit .git/hooks/pre-commit #17

I don't want to symlink my whole hooks directory. Instead, I want to symlink only the pre-commit script, so that I can add extra hooks locally without having untracked files...

I added support for Cygwin users. I've tested it both from cygwin bash and eclipse.