special tabbing rules for .tsv files in neovim
This commit is contained in:
@@ -140,6 +140,10 @@ local file_specific = {
|
||||
end,
|
||||
swift = function()
|
||||
vim.bo.makeprg = 'swift'
|
||||
end,
|
||||
tsv = function()
|
||||
vim.bo.tabstop = 32
|
||||
vim.bo.expandtab = false
|
||||
end
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user