From ef049698a7c73f58a2aa4dfc1441cf35118cc20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=BCller?= Date: Tue, 9 Dec 2025 09:00:00 +0000 Subject: [PATCH] =?UTF-8?q?Revert=20to=204-space=20indent=20=E2=80=94=20co?= =?UTF-8?q?uldn't=20read=20any=20of=20my=20Rust=20code=20this=20morning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/init.lua b/nvim/init.lua index 44ef3cc..47aefb6 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -3,8 +3,8 @@ vim.opt.number = true vim.opt.relativenumber = true -vim.opt.tabstop = 2 -vim.opt.shiftwidth = 2 +vim.opt.tabstop = 4 +vim.opt.shiftwidth = 4 vim.opt.expandtab = true vim.opt.wrap = false vim.opt.scrolloff = 8