disable trailing whitespace warnings in git

This commit is contained in:
Trolli Schmittlauch 2021-08-15 13:03:03 +02:00
parent e2596f26ce
commit 755c9cc444

View file

@ -363,6 +363,7 @@ in
*.swp *.swp
*.swo *.swo
''); '');
core.whitespace = "-blank-at-eol,blank-at-eof,space-before-tab";
}; };
lfs.enable = true; lfs.enable = true;
}; };