RepoConfig constructor
const
RepoConfig({})
Implementation
const RepoConfig({
this.allowWrite = false,
this.allowGitMutation = false,
this.requireLineMatch = false,
this.maxFileBytes = 5 * 1024 * 1024,
this.maxResults = 1000,
this.respectGitignore = true,
});