jeff-hykin / code-eol

💾 ⭐️ An extension to display line endings in VS Code
https://marketplace.visualstudio.com/items?itemName=sohamkamani.code-eol
MIT License
19 stars 4 forks source link

Fix transposition of configurable crlf and return characters #1

Closed D-Barber closed 6 years ago

D-Barber commented 6 years ago

Previously the "code-eol.returnCharacter" setting would actually provide the character that was displayed for CRLF line endings. This changes it so that the "code-eol.crlfCharacter" setting controls it instead (as would be expected), but also maintains the default characters that were previously shown for all line ending types.

jeff-hykin commented 6 years ago

Sorry it took so long!