diff options
| author | Henry <mail@henrygressmann.de> | 2026-05-03 18:09:28 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-05-03 18:09:28 +0200 |
| commit | 2aa1f31106b9c95500633f5bd9d5f041d408d3e3 (patch) | |
| tree | cff153f4b349e34720b1ed424184efcca1592401 /rustfmt.toml | |
| parent | b99b643fc3991f37a7b6d583d4beeffdaf491ec8 (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.toml | 2 |
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" |
