enso icon indicating copy to clipboard operation
enso copied to clipboard

Fixed-width line endings

Open GregoryTravis opened this issue 7 months ago • 0 comments

Allow the user to specify the line-endings for fixed-width files.

Options:

  • \r
  • \n
  • \r\n
  • custom
  • infer
  • no line separators at all (requires integer length, or use layout width)

Fixed-width files should have consistent line endings for all lines.

GregoryTravis avatar May 21 '25 19:05 GregoryTravis