summaryrefslogtreecommitdiffstats
path: root/etc/examples/345-keep-plus-minus-markers.gitconfig
blob: e2fde8efbdaa11ee5700c09aabaeeb9e98868c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[core]
	pager = delta
[color "diff-highlight"]
	oldNormal = red bold
	oldHighlight = red bold 52
	newNormal = green bold
	newHighlight = green bold 22
[color "diff"]
	meta = yellow bold
	frag = magenta bold
	commit = yellow bold
	old = red bold
	new = green bold
	whitespace = red reverse
[delta]
	commit-decoration-style = yellow ol ul
	file-style = bold yellow
	file-decoration-style = yellow box
	hunk-header-style = bold 146
	hunk-header-decoration-style =
	minus-style = bold red
	minus-non-emph-style = bold red
	minus-emph-style = bold red 52
	minus-empty-line-marker-style = normal
	zero-style = normal
	plus-style = bold green
	plus-non-emph-style = bold green
	plus-emph-style = bold green 22
	plus-empty-line-marker-style = normal
	keep-plus-minus-markers = true
	line-numbers = false
	side-by-side = true
[diff-so-fancy]
	markEmptyLines = false
	stripLeadingSymbols = false
	rulerWidth = 50