FiraCode icon indicating copy to clipboard operation
FiraCode copied to clipboard

Include ↵ character

Open septatrix opened this issue 4 years ago • 2 comments

This symbol is often used to represent a line break and therefore semi-regularly used in applications like code editors when newlines/whitespace is shown. However FireCode does not contain this symbol which leads to it not having the same width as other characters and the text becomes misaligned. It would be nice to add this character therefore.

septatrix avatar May 13 '21 10:05 septatrix

Thank you, will add!

tonsky avatar May 13 '21 18:05 tonsky

When adding this line ending, can you add the other 2 EOL (LF and CR) if not already:

  • LF =
  • CR =
  • CRLF = - this is the one from above and is here for reference.

Thanks

A use case

  • https://marketplace.visualstudio.com/items?itemName=medo64.render-crlf

shoulders avatar Jun 04 '25 10:06 shoulders