This commit is contained in:
Alexander Gehrke 2025-03-26 19:47:20 +01:00
parent e90763e223
commit d9f092adac
8 changed files with 43 additions and 24 deletions

View file

@ -0,0 +1,4 @@
vim.o.tabstop = 4
vim.o.shiftwidth = 4
vim.o.expandtab = true
vim.o.textwidth = 120