|
1 | 1 | [user] |
2 | | - name = Weslei Juan Moser Pereira |
3 | | - |
| 2 | + name = Weslei Juan Moser Pereira |
| 3 | + |
4 | 4 |
|
5 | 5 | |
6 | | - insteadOf = https://github.com/ |
| 6 | + insteadOf = https://github.com/ |
7 | 7 |
|
8 | 8 | [url "https://github.com/rust-lang/crates.io-index"] |
9 | 9 | insteadOf = https://github.com/rust-lang/crates.io-index |
10 | 10 |
|
11 | 11 | [core] |
12 | | - editor = vim |
13 | | - excludesfile = ~/.globalgitignore |
| 12 | + editor = vim |
| 13 | + excludesfile = ~/.globalgitignore |
14 | 14 | pager = delta |
15 | 15 |
|
16 | 16 | [delta] |
17 | | - dark = false |
18 | | - navigate = true |
19 | | - features = line-numbers decorations |
20 | | - file-modified-label = modified: |
| 17 | + dark = true |
| 18 | + navigate = true |
| 19 | + features = line-numbers decorations |
| 20 | + file-modified-label = modified: |
21 | 21 |
|
22 | 22 | [delta "decorations"] |
23 | | - commit-style = raw |
24 | | - commit-decoration-style = none |
25 | | - hunk-header-style = omit |
26 | | - hunk-header-decoration-style = none |
| 23 | + commit-style = raw |
| 24 | + commit-decoration-style = none |
| 25 | + hunk-header-style = omit |
| 26 | + hunk-header-decoration-style = none |
27 | 27 |
|
28 | 28 | [interactive] |
29 | | - diffFilter = delta --color-only |
| 29 | + diffFilter = delta --color-only |
30 | 30 |
|
31 | 31 | [merge] |
32 | | - conflictstyle = diff3 |
| 32 | + conflictstyle = diff3 |
33 | 33 |
|
34 | 34 | [diff] |
35 | | - tool = vimdiff |
| 35 | + tool = vimdiff |
36 | 36 | colorMoved = default |
37 | 37 |
|
38 | 38 | [github] |
39 | | - user = wesleimp |
| 39 | + user = wesleimp |
40 | 40 |
|
41 | 41 | [commit] |
42 | | - gpgsign = false |
| 42 | + gpgsign = false |
43 | 43 |
|
44 | 44 | [filter "lfs"] |
45 | | - clean = git-lfs clean -- %f |
46 | | - smudge = git-lfs smudge -- %f |
47 | | - process = git-lfs filter-process |
48 | | - required = true |
| 45 | + clean = git-lfs clean -- %f |
| 46 | + smudge = git-lfs smudge -- %f |
| 47 | + process = git-lfs filter-process |
| 48 | + required = true |
49 | 49 |
|
50 | 50 | [pull] |
51 | | - rebase = false |
| 51 | + rebase = false |
| 52 | + |
52 | 53 | [init] |
53 | | - defaultBranch = main |
| 54 | + defaultBranch = main |
0 commit comments