disable trailing whitespace warnings in git
This commit is contained in:
parent
e2596f26ce
commit
755c9cc444
|
@ -363,6 +363,7 @@ in
|
|||
*.swp
|
||||
*.swo
|
||||
'');
|
||||
core.whitespace = "-blank-at-eol,blank-at-eof,space-before-tab";
|
||||
};
|
||||
lfs.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue