handlebars-rust icon indicating copy to clipboard operation
handlebars-rust copied to clipboard

fix: indent for partials contain block

Open sunng87 opened this issue 1 year ago • 0 comments

Fixes #573

Our previous implementation of partial indent assumes the partial has only RawString or Expression so that we can check line endings easier. But with blocks included in partial, it doesn't work for lack of information about last line of the partial.

This patch is seeking a solution for that

sunng87 avatar Apr 15 '23 13:04 sunng87