mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
7 lines
158 B
Lua
7 lines
158 B
Lua
-- Hard tabs
|
|
-- vim.bo.expandtab = false
|
|
-- vim.bo.tabstop = 8
|
|
-- vim.bo.shiftwidth = 0
|
|
-- vim.bo.softtabstop = 0
|
|
|
|
require("user.utils.indent").setHardtabs()
|