-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
58 lines (58 loc) · 2.01 KB
/
.gitconfig
File metadata and controls
58 lines (58 loc) · 2.01 KB
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
[user]
email = dommerc.pierre@gmail.com
name = pierre
[pull]
rebase = true
[push]
autoSetupRemote = true
[init]
defaultBranch = main
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[core]
pager = delta
autocrlf = input
[interactive]
diffFilter = delta --color-only
[delta]
dark = true
navigate = true
syntax-theme = Nord
minus-style = white "#713a3f"
minus-non-emph-style = white "#713a3f"
minus-emph-style = brightwhite red
minus-empty-line-marker-style = white "#713a3f"
plus-style = white "#4d5942"
plus-non-emph-style = white "#4d5942"
plus-emph-style = brightwhite "#54713b"
plus-empty-line-marker-style = white "#4d5942"
whitespace-error-style = white magenta
file-decoration-style = black ul bold
hunk-header-style = normal
hunk-header-decoration-style = black box bold
hunk-label = ""
file-added-label = ✓
file-modified-label = ~
file-removed-label = ✕
file-renamed-label = ⍨
file-copied-label = ≔
merge-conflict-begin-symbol = ▼
merge-conflict-end-symbol = ▲
right-arrow = →
wrap-right-symbol = ¬
wrap-left-symbol = ¬
line-numbers = true
max-line-length = 512
line-numbers-left-format = {nm:>2}│
line-numbers-left-style = black
line-numbers-right-style = black
line-numbers-right-format = {np:>2}│
line-numbers-minus-style = red
line-numbers-zero-style = black
line-numbers-plus-style = green
merge-conflict-theirs-diff-header-decoration-style = black box
merge-conflict-ours-diff-header-decoration-style = black box
# transform the styles that git emits for color-moved sections
map-styles = bold purple => syntax "#4d3d4a", bold cyan => syntax "#2a3c41"