Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
dadbd47d
Unverified
Commit
dadbd47d
authored
Feb 24, 2021
by
Emmanuel Garcia
Committed by
GitHub
Feb 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable clang format in the plugin registrants (#76662)
parent
65e94f51
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
plugins.dart
packages/flutter_tools/lib/src/plugins.dart
+14
-0
No files found.
packages/flutter_tools/lib/src/plugins.dart
View file @
dadbd47d
...
...
@@ -990,6 +990,8 @@ const String _objcPluginRegistryHeaderTemplate = '''
// Generated file. Do not edit.
//
// clang-format off
#ifndef GeneratedPluginRegistrant_h
#define GeneratedPluginRegistrant_h
...
...
@@ -1010,6 +1012,8 @@ const String _objcPluginRegistryImplementationTemplate = '''
// Generated file. Do not edit.
//
// clang-format off
#import "GeneratedPluginRegistrant.h"
{{#plugins}}
...
...
@@ -1036,6 +1040,8 @@ const String _swiftPluginRegistryTemplate = '''
// Generated file. Do not edit.
//
// clang-format off
import {{framework}}
import Foundation
...
...
@@ -1146,6 +1152,8 @@ const String _cppPluginRegistryHeaderTemplate = '''
// Generated file. Do not edit.
//
// clang-format off
#ifndef
GENERATED_PLUGIN_REGISTRANT_
#define
GENERATED_PLUGIN_REGISTRANT_
...
...
@@ -1162,6 +1170,8 @@ const String _cppPluginRegistryImplementationTemplate = '''
// Generated file. Do not edit.
//
// clang-format off
#include
"generated_plugin_registrant.h"
{{
#plugins
}}
...
...
@@ -1181,6 +1191,8 @@ const String _linuxPluginRegistryHeaderTemplate = '''
// Generated file. Do not edit.
//
// clang-format off
#ifndef
GENERATED_PLUGIN_REGISTRANT_
#define
GENERATED_PLUGIN_REGISTRANT_
...
...
@@ -1197,6 +1209,8 @@ const String _linuxPluginRegistryImplementationTemplate = '''
// Generated file. Do not edit.
//
// clang-format off
#include
"generated_plugin_registrant.h"
{{
#plugins
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment