This repository has been archived on 2023-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
nvim-config/ftplugin/yaml.lua

5 lines
84 B
Lua
Raw Normal View History

2023-03-05 17:24:36 +01:00
vim.o.tabstop = 2
vim.o.softtabstop = 2
vim.o.shiftwidth = 2
vim.o.expandtab = true