dotfiles/.config/nvim/after/ftplugin/css.lua

4 lines
65 B

vim.o.shiftwidth = 2
vim.o.softtabstop = 2
vim.o.textwidth = 100