Skip to content

Wishlist: Separate table_sep option for array and key-value items. #282

Description

@Zash

E.g. to produce

local some_table = {
  foo = "bar";
  baz = "moo";
  "lorem",
  "ipsum",
  "dolor",
  "sit",
  "amet"
 }

Where the key = value pairs use one table_sep option and array items use another, per convention in some project(s?).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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