replace editor-specific indentation settings with editorconfig
1 file changed, 0 insertions(+), 3 deletions(-)
changed files
M user/nvim/init.lua → user/nvim/init.lua
@@ -1,9 +1,6 @@ vim.opt.autoindent = true vim.opt.background = "light" -vim.opt.shiftwidth = 2 -vim.opt.tabstop = 2 -vim.opt.expandtab = false vim.opt.number = true vim.g.mapleader = ","