Skip to content

Commit

Permalink
Say we use clang-format now
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 21, 2023
1 parent 55c5ee4 commit 06b783f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 166 deletions.
14 changes: 9 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,18 @@ request, please ensure that:
To send us a pull request, please:

1. Fork the repository.
2. Modify the source; please focus on the specific change you are contributing.
1. Modify the source; please focus on the specific change you are contributing.
If you also reformat all the code, it will be hard for us to focus on your
change.
3. Ensure local tests pass.
4. Commit to your fork using clear commit messages.
5. Send us a pull request, answering any default questions in the pull request
1. Ensure that your contributions conform to the
[style guide](https://docs.aws.amazon.com/embedded-csdk/202011.00/lib-ref/docs/doxygen/output/html/guide_developer_styleguide.html).
1. Format your code with `clang-format`, using the config available at
[.clang-format](../.clang-format).
1. Ensure local tests pass.
1. Commit to your fork using clear commit messages.
1. Send us a pull request, answering any default questions in the pull request
interface.
6. Pay attention to any automated CI failures reported in the pull request, and
1. Pay attention to any automated CI failures reported in the pull request, and
stay involved in the conversation.

GitHub provides additional document on
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!--- Please refer to CONTRIBUTING.md for further guidelines -->

- [ ] I have tested my changes. No regression in existing tests.
- [ ] My code is formatted using Uncrustify.
- [ ] My code is formatted using clang-format.
- [ ] I have read and applied the rules stated in CONTRIBUTING.md.

By submitting this pull request, I confirm that you can use, modify, copy, and
Expand Down
160 changes: 0 additions & 160 deletions tools/uncrustify.cfg

This file was deleted.

0 comments on commit 06b783f

Please sign in to comment.