Skip to content

Commit

Permalink
Add a rustfmt.toml file to the repository
Browse files Browse the repository at this point in the history
Closes: #2934
  • Loading branch information
silwol committed Jun 28, 2022
1 parent 6093af4 commit 0eb9154
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C

## **Unreleased**

### Added
- [#2982](https://github.com/wasmerio/wasmer/pull/2982) Add a rustfmt.toml file to the repository

### Changed
- #2946 Remove dylib,staticlib engines in favor of a single Universal engine
- [#2949](https://github.com/wasmerio/wasmer/pull/2949) Switch back to using custom LLVM builds on CI
Expand Down
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 0eb9154

Please sign in to comment.