diff options
| author | Fuwn <[email protected]> | 2021-05-06 17:33:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-06 17:33:46 -0700 |
| commit | 8c0b30fcf39c24f2c670b600b51d9176ced54456 (patch) | |
| tree | 4f62722b72bd4aae74d54945aaac11e6ee448a88 /rustfmt.toml | |
| parent | etc: Remove useless CORS headers (diff) | |
| download | api-worker-8c0b30fcf39c24f2c670b600b51d9176ced54456.tar.xz api-worker-8c0b30fcf39c24f2c670b600b51d9176ced54456.zip | |
feat(global): :star:
Diffstat (limited to 'rustfmt.toml')
| -rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index de1e0ce..6a5c54c 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -19,7 +19,7 @@ reorder_impl_items = true group_imports = "StdExternalCrate" reorder_modules = true report_fixme = "Always" -report_todo = "Always" +#report_todo = "Always" struct_field_align_threshold = 20 struct_lit_single_line = false tab_spaces = 2 |