-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
77 lines (61 loc) · 1.56 KB
/
.gitconfig
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[core]
pager = delta
abbrev = 12
[pretty]
fixes = Fixes: %h (\"%s\")
[user]
email = [email protected]
name = Kairui Song
[color]
ui = auto
[credential]
helper = cache --timeout=3600
helper = store
[push]
default = simple
[sendemail]
confirm = auto
smtpServer = smtp.gmail.com
smtpServerPort = 587
smtpEncryption = tls
smtpUser = [email protected]
[format]
from = true
signoff = true
[interactive]
diffFilter = delta
[delta]
navigate = true # use n and N to move between diff sections
dark = true
syntax-theme = Dracula
line-numbers = true
file-added-label = [+]
file-copied-label = [=]
file-modified-label = [M]
file-removed-label = [-]
file-renamed-label = [R]
file-style = orange
file-decoration-style = "#434C5E" ul
side-by-side = true
hunk-header = syntax
hunk-header-decoration-style = none
hunk-header-file-style = "#999999" ul bold
hunk-header-line-number-style = bold "#03a4ff" ul bold
hunk-header-style = file line-number syntax bold
line-numbers-left-format = "{nm:>3}┊"
line-numbers-left-style = gray
line-numbers-right-format = "{np:>3} "
line-numbers-right-style = green
minus-style = syntax dim "#2f0f0f"
minus-emph-style = syntax "#4f1917"
plus-style = syntax "#0e3f19"
plus-emph-style = syntax "#176515"
zero-style = syntax
merge-conflict-ours-diff-header-style = red bold box
merge-conflict-ours-diff-header-decoration-style = "#434C5E" ul
merge-conflict-theirs-diff-header-style = green bold box
merge-conflict-theirs-diff-header-decoration-style = "#434C5E" ul
[merge]
conflictstyle = diff3
[diff]
colorMoved = no