.editorconfig 287 B

1234567891011121314
  1. # Since we're testing different representations of new lines,
  2. # make sure the editor doesn't mangle line endings.
  3. # Don't commit files in this directory unless you've checked
  4. # their escaped new lines.
  5. [*-lf.*]
  6. end_of_line = lf
  7. [*-cr.*]
  8. end_of_line = cr
  9. [*-crlf.*]
  10. end_of_line = crlf