aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-26 14:15:28 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commit4e9da59eacaf40f4c6651dce498b95b58ff1dd3a (patch)
treecc8b73f6a95a31aef04b4a82a198b5c5de38011f /TODO
parent95d127641c60f7230d383feb055cd2bb12935513 (diff)
downloadqpdf-4e9da59eacaf40f4c6651dce498b95b58ff1dd3a.tar.zst
TODO note
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3aab488c..c657a89d 100644
--- a/TODO
+++ b/TODO
@@ -26,6 +26,14 @@ implementation
or crypt provider as long as this can be done in a thread-safe
fashion.
+* Consider doing one big commit to reformat the entire codebase using
+ clang-format or a similar tool. Consider using blame.ignoreRevsFile
+ or similar (or otherwise study git blame to see how to minimize the
+ impact of such a change). A good time to do this would be before
+ 10.6 since there is so much refactoring going on. In general, try to
+ make qpdf more contributor-friendly. Look
+ https://bestpractices.coreinfrastructure.org/en
+
Documentation
=============