aboutsummaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-20 05:39:10 +0000
committerFuwn <[email protected]>2021-05-20 05:39:10 +0000
commitd65fc77aa44bcc73556ec6965fece3afbac08d57 (patch)
tree205993c4d14894f8a1fc19825871dc22fbfee60a /rustfmt.toml
parentfix(actions): profile (diff)
downloadnitrous-d65fc77aa44bcc73556ec6965fece3afbac08d57.tar.xz
nitrous-d65fc77aa44bcc73556ec6965fece3afbac08d57.zip
refactor(manifest): delete unused line
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 6a5c54c..9a84983 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -19,7 +19,6 @@ reorder_impl_items = true
group_imports = "StdExternalCrate"
reorder_modules = true
report_fixme = "Always"
-#report_todo = "Always"
struct_field_align_threshold = 20
struct_lit_single_line = false
tab_spaces = 2