We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ba9df commit 19e584bCopy full SHA for 19e584b
modules/apps/git.nix
@@ -17,10 +17,10 @@
17
core = {
18
fsmonitor = true;
19
untrackedcache = true;
20
- fscache = true; # speed up git on Windows_NT
21
- preloadindex = true; # speed up git on Windows_NT
+ # fscache = true; # speed up git on Windows_NT
+ # preloadindex = true; # speed up git on Windows_NT
22
tabwidth = 4;
23
- autocrlf = true;
+ autocrlf = false; # set to true if on Windows_NT
24
};
25
gpg.ssh = {
26
allowedSignersFile = "${config.age.secrets.git_allowed_signers.path}";
0 commit comments