# File lib/gitlab_git/repository.rb, line 858 def autocrlf=(value) rugged.config['core.autocrlf'] = AUTOCRLF_VALUES.invert[value] end