This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 69
insert_final_newline being removed and added again every save #121
Comments
I hoped it would be you.. 😁 |
Okay.. i guess i have to apologize. The insert_final_newline-algorithm is badly implemented. I will fix that. Would you either expect to have insert_final_newline create an undo-marker, if a final newline was added, or should it add the final newline silently? I guess i would prefer first, since every change should create an undo-marker, eh? |
I would expect a marker if it was added yeah I think thats how whitespace works too. |
Aye.. expect a patch soon. |
florianb
pushed a commit
to florianb/atom-editorconfig
that referenced
this issue
Oct 27, 2016
florianb
pushed a commit
to florianb/atom-editorconfig
that referenced
this issue
Oct 27, 2016
Hey @scttcper, the new patch is published. 🙏 |
10/10 👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm back. When using
insert_final_newline = true
the final line at the bottom is being removed and added again every save. This blocks the undo button.How to test:
The text was updated successfully, but these errors were encountered: