From 1e19045eaa63d00a3b4017fd43c5b502c6ed73a2 Mon Sep 17 00:00:00 2001 From: Boris Tsirkin Date: Fri, 10 Jan 2025 09:05:38 -0800 Subject: [PATCH] Add missing .clang-format file in a third_party folder Formatted everything and realized this file is missing. Bug: webrtc:42225392 Change-Id: I58d755cd0caf689c0d17f7d75aacefe78079407b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/374180 Reviewed-by: Harald Alvestrand Reviewed-by: Mirko Bonadei Commit-Queue: Harald Alvestrand Cr-Commit-Position: refs/heads/main@{#43710} --- examples/objc/AppRTCMobile/third_party/.clang-format | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/objc/AppRTCMobile/third_party/.clang-format diff --git a/examples/objc/AppRTCMobile/third_party/.clang-format b/examples/objc/AppRTCMobile/third_party/.clang-format new file mode 100644 index 0000000000..e3845288a2 --- /dev/null +++ b/examples/objc/AppRTCMobile/third_party/.clang-format @@ -0,0 +1 @@ +DisableFormat: true