summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-05-03 18:09:28 +0200
committerHenry <mail@henrygressmann.de>2026-05-03 18:09:28 +0200
commit2aa1f31106b9c95500633f5bd9d5f041d408d3e3 (patch)
treecff153f4b349e34720b1ed424184efcca1592401 /rustfmt.toml
parentb99b643fc3991f37a7b6d583d4beeffdaf491ec8 (diff)
docs: add more doctests, reduce minumum fuel usage
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 589b2d2..0fd4e90 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,2 +1,4 @@
+unstable_features=true
+format_code_in_doc_comments=true
max_width=120
use_small_heuristics="Max"