nix/module/common/nvim/plugin/Indent.lua
2024-03-04 03:04:57 +03:00

7 lines
151 B
Lua

-- Auto-detect indentation type.
require("indent-o-matic").setup {
max_lines = 1024,
skip_multiline = true,
standard_widths = { 2, 4, 8 },
}