I have no idea

This commit is contained in:
Zacharias-Brohn
2025-10-12 22:13:57 +02:00
parent 404091736f
commit 2e011ea5e5
7 changed files with 219 additions and 27 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true
vim.opt.smartindent = true
vim.opt.smartindent = false
vim.opt.wrap = true
vim.opt.linebreak = true
vim.opt.swapfile = false