crlf stuff and manual editor

aarch64
Zynh Ludwig 2024-02-28 01:32:20 -08:00
parent 6937d7b166
commit 637d56fc76
1 changed files with 5 additions and 0 deletions

View File

@ -110,6 +110,11 @@
graph = "log --graph --decorate --pretty=oneline --abbrev-commit";
};
extraConfig = {
core = {
editor = "nvim";
autocrlf = false;
safecrlf = true;
};
credential = {
helper = [
"cache --timeout 7200"