diff options
| author | Fuwn <[email protected]> | 2022-03-08 02:12:28 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-08 02:12:28 +0000 |
| commit | 9430e767aa3f3ddd98c2de71a4770722ae7cf072 (patch) | |
| tree | 303a551c93eee32f900c9022bbbec5cb6d2ed91b /rustfmt.toml | |
| parent | chore: licensing (diff) | |
| download | api-worker-9430e767aa3f3ddd98c2de71a4770722ae7cf072.tar.xz api-worker-9430e767aa3f3ddd98c2de71a4770722ae7cf072.zip | |
feat: worker done :star:
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index a1f79a9..1dd4c90 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -10,6 +10,7 @@ format_macro_matchers = true format_strings = true imports_layout = "HorizontalVertical" license_template_path = ".license_template" +max_width = 80 match_arm_blocks = false imports_granularity = "Crate" newline_style = "Unix" |