diff options
author | 2020-03-22 09:09:07 +0100 | |
---|---|---|
committer | 2020-03-22 09:09:07 +0100 | |
commit | 092e9fb4cc3edcf2083b4464d24d50c82a1163d2 (patch) | |
tree | 470a6f7a2f79046ae0482b4f86827aa20d83fd9c /rustfmt.toml | |
parent | 99a6f8dbc6f9f50f799906c8104dfff961469fd0 (diff) | |
parent | b2242c571fe2e809e4f471bdac500e21dd6584e9 (diff) | |
download | iced-092e9fb4cc3edcf2083b4464d24d50c82a1163d2.tar.gz iced-092e9fb4cc3edcf2083b4464d24d50c82a1163d2.tar.bz2 iced-092e9fb4cc3edcf2083b4464d24d50c82a1163d2.zip |
Merge pull request #229 from hecrj/improvement/ci-check-format
Add workflow to check format in CI
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 7e5dded7..d979d317 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,3 +1 @@ max_width=80 -wrap_comments=true -merge_imports=true |