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