wallet/.gitconfig

17 lines
622 B
INI
Raw Normal View History

[core]
autocrlf = input
2022-02-17 22:33:27 -05:00
whitespace = -tab-in-indent,tabwidth=4,indent-with-non-tab,trailing-space,space-before-tab
2022-05-23 00:05:10 -04:00
safecrlf=warn
2022-02-17 22:33:27 -05:00
[apply]
whitespace = fix
ignoreWhitespace = no
[alias]
2022-02-17 22:33:27 -05:00
lg = log --max-count=6 --oneline --pretty='format:%C(auto)%h %d %Creset%p %C("#60A0FF")%cr %Cgreen %cn %G? %GT trust%Creset%n%s%n'
graph = log --max-count=18 --graph --pretty=format:'%C(auto)%h %s %Cgreen(%cr) %C(bold blue)%cn %G?%Creset' --abbrev-commit
alias = ! git config --get-regexp ^alias\\. | sed -e s/^alias\\.// -e s/\\ /\\ =\\ / | grep -v ^'alias ' | sort
[commit]
gpgSign = true
[submodule]
recurse = true