From e0b243601e9cb7ad45c86321db421d32d9628668 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Fri, 14 Oct 2022 09:07:55 -0700 Subject: [PATCH] ObjC --- yoga/.clang-format | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 yoga/.clang-format diff --git a/yoga/.clang-format b/yoga/.clang-format new file mode 100644 index 00000000..47b3b29b --- /dev/null +++ b/yoga/.clang-format @@ -0,0 +1,4 @@ +Language: ObjC + +# Yoga enums are conditionally compiled to NS_ENUM, forcing YGMacros.h to be interpreted as Objective C. +DisableFormat: true