From fcc92d6476bbc4a67ae9d2e61d7f63d130e9b6d5 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 11 Sep 2017 16:29:58 -0700 Subject: [PATCH] Edit CONTRIBUTING,md --- CONTRIBUTING.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5466bff1c3a46..14470becf258a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -201,11 +201,13 @@ To start working on a patch: * Make sure you are in the `engine/src/flutter` directory. * `git fetch upstream` * `git checkout upstream/master -b name_of_your_branch` - * Hack away. Please peruse our - [style guides](https://flutter.io/style-guide/) and - [design principles](https://flutter.io/design-principles/) before - working on anything non-trivial. These guidelines are intended to - keep the code consistent and avoid common pitfalls. + * Hack away. + * Please peruse our [style guides](https://flutter.io/style-guide/) and + [design principles](https://flutter.io/design-principles/) before + working on anything non-trivial. These guidelines are intended to + keep the code consistent and avoid common pitfalls. + * C, C++, and Objective-C code has to be formatted with `clang-format` before + submission (use `buildtools//clang/bin/clang-format --style=file -i`). * `git commit -a -m ""` * `git push origin name_of_your_branch`