-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot-gitconfig
More file actions
51 lines (51 loc) · 1.21 KB
/
dot-gitconfig
File metadata and controls
51 lines (51 loc) · 1.21 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
[user]
name = Cyber-Syntax
email = 115875369+Cyber-Syntax@users.noreply.github.com
[color]
ui = auto
[credential]
helper = libsecret
[init]
defultBranch = main
defaultBranch = main
[merge "ours"]
driver = true
[core]
excludefile = ~/.gitignore
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
[color "branch"]
current = yellow bold
local = green bold
remote = cyan bold
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = green bold
changed = yellow bold
untracked = red bold
[diff]
tool = vimdiff
[difftool]
prompt = false
[delta "decorations"]
minus-style = red bold normal
plus-style = green bold normal
minus-emph-style = white bold red
minus-non-emph-style = red bold normal
plus-emph-style = white bold green
plus-non-emph-style = green bold normal
file-style = yellow bold none
file-decoration-style = yellow box
hunk-header-style = magenta bold
hunk-header-decoration-style = magenta box
minus-empty-line-marker-style = normal normal
plus-empty-line-marker-style = normal normal
line-numbers-right-format = "{np:^4}│ "
[trim]
bases = master,main
protected = *production