Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ All yamltrip errors inherit from `YAMLTripError`:
- **Editor write-back is not atomic.** `Editor` detects external file changes
between enter and exit, but the check-then-write is racy. Do not use it
with concurrent writers.
- **Line endings preserved as-is.** No CRLF/LF normalization. Mixed line
endings pass through unchanged.

## Design Decisions

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

## Acknowledgements

Expand Down