We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue 19359 made it so that Cpp11BracedListStyle with BinPackParameters uses one thing per line.
Most of the time that's good, but pdfium has fairly large data tables that now takes many thousands of lines due to this: https://code.google.com/p/chromium/codesearch#chromium/src/third_party/pdfium/core/src/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-H_3.cpp&q=UniCNS-UCS2-H_3.cpp&sq=package:chromium&type=cs
I'm not sure if there's a good solution.
(I'm going to try formatting pdfium with Cpp11BracedListStyle turned off, I think.)
The text was updated successfully, but these errors were encountered:
Fixed in r215529 by special-casing long lists (with 20 or more items).
Sorry, something went wrong.
No branches or pull requests
Extended Description
issue 19359 made it so that Cpp11BracedListStyle with BinPackParameters uses one thing per line.
Most of the time that's good, but pdfium has fairly large data tables that now takes many thousands of lines due to this: https://code.google.com/p/chromium/codesearch#chromium/src/third_party/pdfium/core/src/fpdfapi/fpdf_cmaps/CNS1/UniCNS-UCS2-H_3.cpp&q=UniCNS-UCS2-H_3.cpp&sq=package:chromium&type=cs
I'm not sure if there's a good solution.
(I'm going to try formatting pdfium with Cpp11BracedListStyle turned off, I think.)
The text was updated successfully, but these errors were encountered: