Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty whitespace is not removed at the end of lines starting with # #235

Closed
Schweber opened this issue Aug 17, 2024 · 1 comment · Fixed by #247
Closed

Empty whitespace is not removed at the end of lines starting with # #235

Schweber opened this issue Aug 17, 2024 · 1 comment · Fixed by #247

Comments

@Schweber
Copy link

Schweber commented Aug 17, 2024

Description

Empty whitespace is removed at the end of "ordinary" lines. At the end of lines starting with # it is not removed however and the editorconfig test of nixpkgs fails.

Small example input

  # Wayland in Godot requires X11 until upstream fix is merged    
  # https://github.com/godotengine/godot/pull/73504     

Expected output

  # Wayland in Godot requires X11 until upstream fix is merged
  # https://github.com/godotengine/godot/pull/73504

Actual output

  # Wayland in Godot requires X11 until upstream fix is merged    
  # https://github.com/godotengine/godot/pull/73504     
@infinisil
Copy link
Member

#247 fixes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants