CRLF on windows
This commit is contained in:
parent
2e6ed2f2c8
commit
226e00b61c
|
|
@ -47,6 +47,8 @@ const test = baseTest.extend({
|
|||
`,
|
||||
});
|
||||
git(`init --initial-branch=main`);
|
||||
if (process.platform === 'win32')
|
||||
git(`config --global core.autocrlf true`);
|
||||
git(`config --local user.name "Robert Botman"`);
|
||||
git(`config --local user.email "botty@mcbotface.com"`);
|
||||
git(`add .`);
|
||||
|
|
|
|||
Loading…
Reference in a new issue