Compare commits

..

2 Commits

Author SHA1 Message Date
5d42ef2539
gitconfig editor nvim
Ref: #151
2023-02-14 22:44:28 +02:00
2e08ca60b1
gitconfig: core.safecrlf warn 2023-02-14 22:42:47 +02:00
2 changed files with 4 additions and 2 deletions

View File

@ -18,8 +18,9 @@
verify = verify-commit HEAD verify = verify-commit HEAD
[core] [core]
editor = vim editor = nvim
autocrlf = input autocrlf = input
safecrlf = warn
[color] [color]
# From git manpage and http://book.git-scm.com/5_customizing_git.html # From git manpage and http://book.git-scm.com/5_customizing_git.html
branch = true branch = true

View File

@ -18,8 +18,9 @@
verify = verify-commit HEAD verify = verify-commit HEAD
[core] [core]
editor = vim editor = nvim
autocrlf = input autocrlf = input
safecrlf = warn
[color] [color]
# From git manpage and http://book.git-scm.com/5_customizing_git.html # From git manpage and http://book.git-scm.com/5_customizing_git.html
branch = true branch = true