mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-18 07:40:46 +01:00
Sets default merge strategy in .gitconfig
This commit is contained in:
parent
686569f052
commit
b924223056
@ -7,6 +7,8 @@
|
|||||||
username = lissy93
|
username = lissy93
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
||||||
|
Loading…
Reference in New Issue
Block a user