all repos — nixfiles @ 2c5665edeb0c5546e5e60d6ccb85731fe06bc83b

System and user configuration, managed by nix and home-manager

replace editor-specific indentation settings with editorconfig

Alan Pearce
commit

2c5665edeb0c5546e5e60d6ccb85731fe06bc83b

parent

d3990a89701ad0cb33a6912ebf8c2698076e0212

1 file changed, 0 insertions(+), 3 deletions(-)

changed files
M user/nvim/init.luauser/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 = ","