Commit 4e9da59eacaf40f4c6651dce498b95b58ff1dd3a
1 parent
95d12764
TODO note
Showing
1 changed file
with
8 additions
and
0 deletions
TODO
| @@ -26,6 +26,14 @@ implementation | @@ -26,6 +26,14 @@ implementation | ||
| 26 | or crypt provider as long as this can be done in a thread-safe | 26 | or crypt provider as long as this can be done in a thread-safe |
| 27 | fashion. | 27 | fashion. |
| 28 | 28 | ||
| 29 | +* Consider doing one big commit to reformat the entire codebase using | ||
| 30 | + clang-format or a similar tool. Consider using blame.ignoreRevsFile | ||
| 31 | + or similar (or otherwise study git blame to see how to minimize the | ||
| 32 | + impact of such a change). A good time to do this would be before | ||
| 33 | + 10.6 since there is so much refactoring going on. In general, try to | ||
| 34 | + make qpdf more contributor-friendly. Look | ||
| 35 | + https://bestpractices.coreinfrastructure.org/en | ||
| 36 | + | ||
| 29 | Documentation | 37 | Documentation |
| 30 | ============= | 38 | ============= |
| 31 | 39 |