mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Updates CONTRIBUTING.md with style guide links for the engine languages, as well as a note about auto-formatting.
1.3 KiB
1.3 KiB
Contributing to the Flutter engine
See also: Flutter's code of conduct
Welcome
For an introduction to contributing to Flutter, see our contributor guide.
For specific instructions regarding building Flutter's engine, see Setting up the Engine development environment on our wiki. Those instructions are part of the broader onboarding instructions described in the contributing guide.
Style
The Flutter engine follows Google style for the languages it uses:
- C++
- Objective-C (including Objective-C++)
- Java
C++ and Objective-C/C++ files are formatted with clang-format, and GN files with gn format.