[vim] Two space indents for CSS files
This commit is contained in:
parent
46249b979a
commit
5a4b05f72c
1 changed files with 4 additions and 0 deletions
4
config/nvim/after/ftplugin/css.lua
Normal file
4
config/nvim/after/ftplugin/css.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
-- Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.softtabstop = 2
|
Loading…
Add table
Add a link
Reference in a new issue