Unverified Commit 15317b9e authored by stuartmorgan's avatar stuartmorgan Committed by GitHub

Disable clang format in the plugin registrants (#83285)

parent a34265ba
...@@ -427,6 +427,8 @@ const String _objcPluginRegistryHeaderTemplate = ''' ...@@ -427,6 +427,8 @@ const String _objcPluginRegistryHeaderTemplate = '''
// Generated file. Do not edit. // Generated file. Do not edit.
// //
// clang-format off
#ifndef GeneratedPluginRegistrant_h #ifndef GeneratedPluginRegistrant_h
#define GeneratedPluginRegistrant_h #define GeneratedPluginRegistrant_h
...@@ -447,6 +449,8 @@ const String _objcPluginRegistryImplementationTemplate = ''' ...@@ -447,6 +449,8 @@ const String _objcPluginRegistryImplementationTemplate = '''
// Generated file. Do not edit. // Generated file. Do not edit.
// //
// clang-format off
#import "GeneratedPluginRegistrant.h" #import "GeneratedPluginRegistrant.h"
{{#plugins}} {{#plugins}}
...@@ -543,6 +547,8 @@ const String _cppPluginRegistryHeaderTemplate = ''' ...@@ -543,6 +547,8 @@ const String _cppPluginRegistryHeaderTemplate = '''
// Generated file. Do not edit. // Generated file. Do not edit.
// //
// clang-format off
#ifndef GENERATED_PLUGIN_REGISTRANT_ #ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGISTRANT_ #define GENERATED_PLUGIN_REGISTRANT_
...@@ -559,6 +565,8 @@ const String _cppPluginRegistryImplementationTemplate = ''' ...@@ -559,6 +565,8 @@ const String _cppPluginRegistryImplementationTemplate = '''
// Generated file. Do not edit. // Generated file. Do not edit.
// //
// clang-format off
#include "generated_plugin_registrant.h" #include "generated_plugin_registrant.h"
{{#plugins}} {{#plugins}}
...@@ -578,6 +586,8 @@ const String _linuxPluginRegistryHeaderTemplate = ''' ...@@ -578,6 +586,8 @@ const String _linuxPluginRegistryHeaderTemplate = '''
// Generated file. Do not edit. // Generated file. Do not edit.
// //
// clang-format off
#ifndef GENERATED_PLUGIN_REGISTRANT_ #ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGISTRANT_ #define GENERATED_PLUGIN_REGISTRANT_
...@@ -594,6 +604,8 @@ const String _linuxPluginRegistryImplementationTemplate = ''' ...@@ -594,6 +604,8 @@ const String _linuxPluginRegistryImplementationTemplate = '''
// Generated file. Do not edit. // Generated file. Do not edit.
// //
// clang-format off
#include "generated_plugin_registrant.h" #include "generated_plugin_registrant.h"
{{#plugins}} {{#plugins}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment