mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-24 15:38:06 +01:00
move git attributes file & configure merge for go.sum
This commit is contained in:
parent
aee23bbd8b
commit
962e2cea8d
2 changed files with 3 additions and 1 deletions
2
dot_config/git/attributes
Normal file
2
dot_config/git/attributes
Normal file
|
@ -0,0 +1,2 @@
|
|||
go.sum merge=union
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
enabled = true
|
||||
[core]
|
||||
editor = nvim
|
||||
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
|
||||
attributesfile = {{ .chezmoi.homeDir }}/.config/git/attributes
|
||||
autocrlf = input
|
||||
[submodule]
|
||||
recurse = true
|
||||
|
|
Loading…
Reference in a new issue