Files
dotfiles/neovim/.config/nvim/after/ftplugin/make.lua

4 lines
66 B
Lua

vim.bo.tabstop = 2
vim.bo.shiftwidth = 2
vim.bo.expandtab = false