no expandtab on makefiles

This commit is contained in:
2026-06-16 16:19:29 +02:00
parent fdf1f8b0fa
commit dac6ecc61f
+3
View File
@@ -206,6 +206,9 @@ local file_specific = {
c = function()
vim.bo.expandtab = false
end,
make = function()
vim.bo.expandtab = false
end,
tsv = function()
vim.bo.tabstop = 32
vim.bo.expandtab = false