When using the internal editor, all line endings are changed after save. #236

Open
opened 2019-03-30 09:40:04 +00:00 by tammoterhark · 1 comment
tammoterhark commented 2019-03-30 09:40:04 +00:00 (Migrated from github.com)

When you use the internal editor for style.css or hypha.html, after saving, all line ending have changed, making a commit based on these changes less easy to read.

When you use the internal editor for style.css or hypha.html, after saving, all line ending have changed, making a commit based on these changes less easy to read.
matthijskooijman commented 2019-06-18 09:34:40 +00:00 (Migrated from github.com)

This is probably because the line endings are taken from the browser, which are often CRLF. I guess the easy fix is to normalize to LF endings before saving.

This is probably because the line endings are taken from the browser, which are often CRLF. I guess the easy fix is to normalize to LF endings before saving.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
harmen/hypha#236
No description provided.