1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 04:30:27 +01:00

Lua file config

This commit is contained in:
2026-01-26 17:02:08 +01:00
parent ec8317ddcd
commit 23c8c64f48

View File

@@ -0,0 +1,9 @@
-- indent_type = "Spaces"
-- indent_width = 4
-- call_parentheses = "Always"
-- column_width = 120
vim.bo.tabstop = 4
vim.bo.softtabstop = 4
vim.bo.shiftwidth = 4
vim.bo.expandtab = true