Skip to content

Commit 1bee8eb

Browse files
Move line endings to be a design decision, not a limitation (#6)
1 parent 2ff7511 commit 1bee8eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ All yamltrip errors inherit from `YAMLTripError`:
113113
- **Editor write-back is not atomic.** `Editor` detects external file changes
114114
between enter and exit, but the check-then-write is racy. Do not use it
115115
with concurrent writers.
116-
- **Line endings preserved as-is.** No CRLF/LF normalization. Mixed line
117-
endings pass through unchanged.
118116

119117
## Design Decisions
120118

@@ -128,6 +126,8 @@ All yamltrip errors inherit from `YAMLTripError`:
128126
intermediate mappings. Only string keys create new mappings.
129127
- **No negative sequence indices.** Python-style negative indexing is not
130128
supported.
129+
- **Line endings preserved as-is.** No CRLF/LF normalization. Mixed line
130+
endings pass through unchanged.
131131

132132
## Acknowledgements
133133

0 commit comments

Comments
 (0)