diff options
Diffstat (limited to 'thirdparty/ryml/ROADMAP.md')
| -rw-r--r-- | thirdparty/ryml/ROADMAP.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/thirdparty/ryml/ROADMAP.md b/thirdparty/ryml/ROADMAP.md deleted file mode 100644 index ca43b7c77..000000000 --- a/thirdparty/ryml/ROADMAP.md +++ /dev/null @@ -1,18 +0,0 @@ -# Roadmap - -Roughly in order of priority: - - * Cleanup: - * Review & cleanup API surface. - * Turn calls to `C4_ASSERT()` into calls to `RYML_ASSERT()` - * Add emit formatting controls: - * add single-line flow formatter - * add multi-line flow formatters - * indenting - * non indenting - * keep current block formatter - * add customizable linebreak limits (number of columns) to every formatter - * add per node format flags - * (lesser priority) add auto formatter using reasonable heuristics to - switch between other existing formatters - * Investigate possibility of comment-preserving roundtrips |