-
-
Save kawas44/24bd907d62ba93658c00a4a34c7e3848 to your computer and use it in GitHub Desktop.
Clojure-aware git-diff hunk headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; save user defined attributes in default location: | |
;; ~/.config/git/attributes | |
*.clj diff=clojure | |
*.cljs diff=clojure | |
*.cljc diff=clojure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global diff.clojure.xfuncname '^(\(.+)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment