fix: unix and dos line handling recognization

This commit is contained in:
Jeremy Wall 2024-10-02 07:43:52 -05:00
parent 8db42eed05
commit 13aa0368c3

View File

@ -16,6 +16,7 @@ vim.opt.mouse = ""
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
--vim.opt.smarttab = false
vim.opt.fileformats = "unix,dos"
vim.g.BASH_AuthorName = 'Jeremy Wall'
vim.g.BASH_AuthorRef = 'jw'