Skip to content

Commit

Permalink
fix(signal-input-migration): preserve line endings (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiskae committed Jun 29, 2024
1 parent 9fb2ecc commit 6ea16f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export function migrateTemplateVariablesToSignals(
template,
'template.html',
{
preserveLineEndings: true,
tokenizeBlocks: true,
},
);
Expand Down

0 comments on commit 6ea16f6

Please sign in to comment.