clang-format off

This commit is contained in:
Nick Gerleman
2022-10-14 08:31:33 -07:00
parent 3067175b64
commit 47d34bd597
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ root = os.path.dirname(os.path.abspath(__file__))
with open(root + "/yoga/YGEnums.h", "w") as f: with open(root + "/yoga/YGEnums.h", "w") as f:
f.write(get_license("cpp")) f.write(get_license("cpp"))
f.write("#pragma once\n") f.write("#pragma once\n")
f.write("// clang-format: off\n\n") f.write("// clang-format off\n\n")
f.write('#include "YGMacros.h"\n\n') f.write('#include "YGMacros.h"\n\n')
f.write('YG_EXTERN_C_BEGIN\n\n') f.write('YG_EXTERN_C_BEGIN\n\n')

View File

@@ -8,7 +8,7 @@
// @generated by enums.py // @generated by enums.py
#pragma once #pragma once
// clang-format: off // clang-format off
#include "YGMacros.h" #include "YGMacros.h"