commit | ae7d47693524cccc4ccbc3ae1214f7817d781494 | [log] [tgz] |
---|---|---|
author | Victor Hugo Vianna Silva <victorvianna@google.com> | Thu May 22 09:00:50 2025 -0700 |
committer | Pdfium LUCI CQ <pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 22 09:00:50 2025 -0700 |
tree | b7eb18f34857df27a6faf456851928c6c64cf290 | |
parent | 61cab1eb0c3d3679d201ad41b26c6ec10b2aa8d9 [diff] |
Remove TODO about upstreaming InsertBraces to Chromium clang-format It looks like we're not gonna be able to upstream this anyway (https://crbug.com/40247920#comment20), so remove the TODO. Bug: 40247920 Change-Id: If7e77f0364c008fb3c844481045838b4c5cec707 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/132290 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/.clang-format b/.clang-format index 30ed2de..b1a81c8 100644 --- a/.clang-format +++ b/.clang-format
@@ -7,6 +7,4 @@ # 'int>>' if the file already contains at least one such instance.) Standard: Cpp11 -# TODO(crbug.com/1392808): Remove when InsertBraces has been upstreamed into -# the Chromium style (is implied by BasedOnStyle: Chromium). InsertBraces: true