diff options
author | Stuart Stock <stuart@int08h.com> | 2018-03-17 05:28:59 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2018-03-17 05:36:13 -0500 |
commit | f80c952f6f25b09946a288a51be8016849957553 (patch) | |
tree | 0e0751ce86b8c8b9dacbc420219105be387787a5 /CONTRIBUTING.md | |
parent | 583bedf5e271cd2bd971118fab26c6976271afd6 (diff) | |
download | roughenough-f80c952f6f25b09946a288a51be8016849957553.zip |
Apply default rustfmt style to the project.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2a8c77..789d778 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Please open a pull request (PR) for your changes and include: * An overall description/rationale of the PR * Tests for any new functionality -* Code style that matches what is already in the repo +* Code formatted with `rustfmt` default style settings * License (Apache 2.0) and copyright statements for your code * A willingness to iterate and make changes ;) |