Skip to content

Commit

Permalink
Merge #2982
Browse files Browse the repository at this point in the history
2982: Add a `rustfmt.toml` file to the repository r=epilys a=silwol

Closes: #2934

<!-- 
Prior to submitting a PR, review the CONTRIBUTING.md document for recommendations on how to test:
https://github.com/wasmerio/wasmer/blob/master/CONTRIBUTING.md#pull-requests

-->

# Description
Add a `rustfmt.toml` file to the repository, indicating to developers and tools that we use `rustfmt`. For now, it just contains a comment explaining what the file is for, and that the comment itself can be removed in case real settings are added.

# Review

- [ ] Add a short description of the change to the CHANGELOG.md file


Co-authored-by: Wolfgang Silbermayr <[email protected]>
  • Loading branch information
bors[bot] and silwol authored Jun 28, 2022
2 parents 6093af4 + 46d7417 commit a2d1c9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# For now, this file has no contents as we don't require any specific
# rustfmt settings. It rather serves as a marker indicating to users and
# tools that we use rustfmt. In case you add settings to the file, feel
# free to remove this comment.

0 comments on commit a2d1c9e

Please sign in to comment.