You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then the question is how to avoid breaking the structure on copy
I'm using whitespace to vertically align some toml config and when editing said config with your great library noticed that alignment disappears, below is a small repro
upd: or maybe it's because
#255 (comment)
Then the question is how to avoid breaking the structure on copy
I'm using whitespace to vertically align some toml config and when editing said config with your great library noticed that alignment disappears, below is a small repro
It seems that the latter whitespace matches the first encountered in
[keys.a]
(if I add whitespace to[keys.a]
then it propagates to further as wellIs it possible to preserve the difference in whitespace so that editing wouldn't "import" whitespace from upper keys, but retain its own?
(tested this on a master branch of your library)
The text was updated successfully, but these errors were encountered: