From 0eb91544a8dc5fbc3148722cf226d9a723515ba9 Mon Sep 17 00:00:00 2001 From: Wolfgang Silbermayr Date: Tue, 28 Jun 2022 14:53:49 +0200 Subject: [PATCH] Add a `rustfmt.toml` file to the repository Closes: #2934 --- CHANGELOG.md | 3 +++ rustfmt.toml | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 rustfmt.toml diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd098f160d..3d2ba81b8fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000000..9eca009254e --- /dev/null +++ b/rustfmt.toml @@ -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.