aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-06 17:33:46 -0700
committerFuwn <[email protected]>2021-05-06 17:33:46 -0700
commitba5cf895d7213efed871dd23a37622454dc228d1 (patch)
treeb70e2faf16e1c221aff44bf143a67ca3a361deae /rustfmt.toml
parentetc: Remove useless CORS headers (diff)
downloadapi-ba5cf895d7213efed871dd23a37622454dc228d1.tar.xz
api-ba5cf895d7213efed871dd23a37622454dc228d1.zip
feat(global): :star:
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
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