mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 08:50:26 +01:00
10 lines
188 B
Lua
10 lines
188 B
Lua
-- 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
|