Add defaults for markdown & rst files

This commit is contained in:
Sonny Bakker 2025-12-17 16:53:44 +01:00
parent 981080c925
commit 50a99389c2
3 changed files with 89 additions and 69 deletions

View file

@ -0,0 +1,7 @@
-- {{ ansible_managed }}
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.autoindent = true

View file

@ -0,0 +1,7 @@
-- {{ ansible_managed }}
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.autoindent = true