File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments