Two Space Indents in CSS
This commit is contained in:
parent
3a1597acec
commit
fe176e4dfd
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
-- Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
vim.bo.shiftwidth = 4
|
||||
vim.bo.softtabstop = 4
|
||||
vim.bo.shiftwidth = 2
|
||||
vim.bo.softtabstop = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue