Skip to content

If statement wrapped up #288

@hinell

Description

@hinell
self.xyz = {
{
	description = "...",
	function()
		if #vim.lsp.get_active_clients() > 0 then
			vim.lsp.buf.hover()
		end
	end
}
self.xyz = {
{
	description = "...",
	function()
		if #vim.lsp.get_active_clients() > 0 then vim.lsp.buf.hover() end
	end
}

I'm getting the above if ... then ... end statement constantly wrapped up despite limit for 80 columns.

Please, make it possible to keep it wrapped. Thanks!

Config

column_limit                      : 80
indent_width                      : 1
use_tab                           : true
tab_width                         : 4
continuation_indent_width         : 1
spaces_before_call                : 1

# ... the rest is default

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions