Update the spec to include the line_endings option and trailing newline rules.
Review Request #11768 — Created Aug. 2, 2021 and submitted
This introduces a new content option,
line_endings
, which is used to
define the explicit type of line endings the content uses. This is
primarily important for diff content, due to real-world encounters with
diffs that only appear to be in one form of line ending or another.Along with this, information on content sections now explicitly state
that the section must end in a newline in the section's encoding.
Built the docs and read through them. Checked that term links were
worked correctly. Checked for spelling errors.
Summary | ID |
---|---|
2bf18a15e1b640e1421506a3f90d57ac3536a2e4 |
Description | From | Last Updated |
---|---|---|
noted handled? |
david |
- Change Summary:
-
Made the CRCRLF line ending example explicit (showing
\r\r\n
). - Commits:
-
Summary ID 9d23ecd3de5f435856cf57ab0db03fd79b8f6845 61544c6635a2e0ff2dc0d809d6c6b114b5915305
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.