language-formatters-pre-commit-hooks
language-formatters-pre-commit-hooks copied to clipboard
format arrays in .toml using pretty-format-toml
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]]