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
More or less a control for an indent: str when Array._multiline == True.
The Trivia.indent doesn't seem be the right place because it's in reference to the parent container?
Also, only when it's a multiline array does this indent exist; I'm thinking add an Array._multiline_indent: str ?
The text was updated successfully, but these errors were encountered:
We still need to get some patches landed in order to resolve:
- python-poetry/tomlkit#288
- python-poetry/tomlkit#289
- python-poetry/tomlkit#290
But, this does work for style preservation and the inline-table style we
were previously hacking into the `toml` lib in `.accounting._toml`,
which we can pretty much just drop now B)
Relates to #496 (pretty much solves it near-term i think?)
More or less a control for an
indent: str
whenArray._multiline == True
.The
Trivia.indent
doesn't seem be the right place because it's in reference to the parent container?Also, only when it's a multiline array does this indent exist; I'm thinking add an
Array._multiline_indent: str
?The text was updated successfully, but these errors were encountered: