diff options
author | 2020-03-21 05:36:51 +0100 | |
---|---|---|
committer | 2020-03-21 05:36:51 +0100 | |
commit | e9ac53bb9a64682c4c32f86cf2ec674e2a609e19 (patch) | |
tree | 9cefa0b50af2e0e215b0e4465792bb4119bb4c95 /rustfmt.toml | |
parent | 99a6f8dbc6f9f50f799906c8104dfff961469fd0 (diff) | |
download | iced-e9ac53bb9a64682c4c32f86cf2ec674e2a609e19.tar.gz iced-e9ac53bb9a64682c4c32f86cf2ec674e2a609e19.tar.bz2 iced-e9ac53bb9a64682c4c32f86cf2ec674e2a609e19.zip |
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 |