git-hooks-code-autoformat
git-hooks-code-autoformat copied to clipboard
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.
Will be _a lot_ faster.