-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Comment was deleted on formatting an array
Example
before
_ = {
("foo"),
("foo"),
-- ("foo")
-- ("foo")
-- ("foo")
("foo"),
("foo")
}Format with command(as is the default in https://github.com/stevearc/conform.nvim/blob/HEAD/lua/conform/formatters/stylua.lua#L9-L9)
.stylua.toml
indent_type = 'Spaces'
indent_width = 2
quote_style = 'AutoPreferSingle'
column_width = 90
collapse_simple_statement = 'Always'
call_parentheses = 'NoSingleTable'stylua --search-parent-directories --respect-ignores --stdin-filepath $FILENAME -after
_ = {
'foo',
'foo',
'foo',
'foo',
}Version
2.1.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working