add force_autocrlf setting & some tests

This commit is contained in:
JL102 2023-09-28 14:08:15 -04:00
commit a80eafb5ac
2 changed files with 7 additions and 0 deletions

View file

@ -67,6 +67,8 @@ M.clone = {
self.plugin.url,
}
vim.print("force_autocrlf = " .. tostring(Config.options.git.force_autocrlf))
if Config.options.git.filter then
args[#args + 1] = "--filter=blob:none"
end