input autocrlf
This commit is contained in:
parent
a045c11266
commit
4a0b6303c9
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -112,7 +112,7 @@
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
core = {
|
core = {
|
||||||
editor = "nvim";
|
editor = "nvim";
|
||||||
autocrlf = false;
|
autocrlf = "input";
|
||||||
safecrlf = true;
|
safecrlf = true;
|
||||||
};
|
};
|
||||||
credential = {
|
credential = {
|
||||||
|
|
Loading…
Reference in a new issue