language-formatters-pre-commit-hooks icon indicating copy to clipboard operation
language-formatters-pre-commit-hooks copied to clipboard

format arrays in .toml using pretty-format-toml

Open im-renpei opened this issue 3 years ago • 0 comments
trafficstars

Hi @macisamuele

Appreciate your great work! I wonder if there is a way to format arrays in .toml using pretty-format-toml.

[array]
array1 = [1, 2, 3, 4,

5, 6, 7, 8, 9, 10]
array2 = [[1, 2, 3, 4, 5, 6, 7, 8, 9, 10],

[1, 2, 3, 4, 5, 6, 7, 8, 9, 10],

[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]]

im-renpei avatar Apr 20 '22 16:04 im-renpei