
This config prevents stylua from changing one-liners like this: vim.keymap.set('n', '<C-j>', function() harpoon:list():select(1) end) to this: vim.keymap.set('n', '<C-j>', function() harpoon:list():select(1) end)
8 lines
183 B
TOML
8 lines
183 B
TOML
column_width = 160
|
|
line_endings = "Unix"
|
|
indent_type = "Spaces"
|
|
indent_width = 2
|
|
quote_style = "AutoPreferSingle"
|
|
call_parentheses = "None"
|
|
collapse_simple_statement = "FunctionOnly"
|