Skip to content

Formatter: Improve whitespace formatting on the root-level#763

Merged
marcoroth merged 1 commit intomainfrom
whitespace-formatting
Nov 1, 2025
Merged

Formatter: Improve whitespace formatting on the root-level#763
marcoroth merged 1 commit intomainfrom
whitespace-formatting

Conversation

@marcoroth
Copy link
Owner

@marcoroth marcoroth commented Nov 1, 2025

Input:

Hello, <%= @name %>, it is <%= @time %>.

Output (now)

Hello, <%= @name %>, it is <%= @time %>.

Before:

Hello,<%= @name %>, it is<%= @time %>.

Resolves #727

@marcoroth marcoroth added the bug Something isn't working label Nov 1, 2025
@marcoroth marcoroth merged commit 700c757 into main Nov 1, 2025
9 checks passed
@marcoroth marcoroth deleted the whitespace-formatting branch November 1, 2025 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Formatter: Removes whitespace in text content

1 participant