nix/home/file/nvim/module/plugin/Indent.lua

7 lines
145 B
Lua
Raw Normal View History

2024-12-18 13:45:27 +03:00
-- Auto-detect indentation type.
require("indent-o-matic").setup({
max_lines = 1024,
skip_multiline = true,
standard_widths = { 2, 4, 8 },
})