disable trailing whitespace warnings in git

flake-conversion
Trolli Schmittlauch 2021-08-15 13:03:03 +02:00
parent e2596f26ce
commit 755c9cc444
1 changed files with 1 additions and 0 deletions

View File

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