Created
January 27, 2022 14:41
-
-
Save vitormil/a55f15e590f9829ac3e5688e849b3864 to your computer and use it in GitHub Desktop.
diff-so-fancy configuration
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
... | |
[interactive] | |
diffFilter = diff-so-fancy --patch | |
[color "diff-highlight"] | |
oldNormal = red | |
oldHighlight = red 52 | |
newNormal = green | |
newHighlight = green 22 | |
[color "diff"] | |
meta = 11 | |
frag = magenta | |
func = 146 | |
commit = yellow | |
old = red | |
new = green | |
whitespace = red reverse | |
[diff-so-fancy] | |
changeHunkIndicators = true | |
stripLeadingSymbols = false | |
markEmptyLines = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment