From 5604988ea245ea7fac87213b0c925461ed18f7c2 Mon Sep 17 00:00:00 2001 From: Facebook GitHub Bot Date: Fri, 25 Jul 2025 10:29:37 -0700 Subject: [PATCH] Re-sync with internal repository The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging. --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..9d15924 --- /dev/null +++ b/.clang-format @@ -0,0 +1,2 @@ +DisableFormat: true +SortIncludes: false