This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
linux/.config/nvim/lua/plugin/Indent.lua

7 lines
151 B
Lua
Raw Normal View History

2024-02-06 15:25:18 +03:00
-- Auto-detect indentation type.
require("indent-o-matic").setup {
max_lines = 1024,
skip_multiline = true,
2023-12-05 21:47:36 +03:00
standard_widths = { 2, 4, 8 },
}