featureflag: Default enable `autocrlf_false`
The autocrlf_false
feature flag, when enabled, set the core.autocrlf
Git config to false
. This prevents Git from mutating line-endings for
commits written within Gitaly.
Default enable this feature flag.