add the ability to disable core.autocrlf

This commit is contained in:
Vincent Rischmann 2021-07-12 21:37:39 +02:00
parent 25a956c84d
commit 931cbfe4af
5 changed files with 28 additions and 0 deletions

View file

@ -73,4 +73,9 @@ export interface IGitSourceSettings {
* Indicates whether to persist the credentials on disk to enable scripting authenticated git commands
*/
persistCredentials: boolean
/**
* Indicates whether to enable autocrlf or not when checking out a repository
*/
autocrlf: boolean
}