Skip to content

Commit

Permalink
format_doc_comments stabilized as format_code_in_doc_comments
Browse files Browse the repository at this point in the history
See rust-lang/rustfmt#3535 for background

Signed-off-by: Christopher Maier <cmaier@chef.io>
  • Loading branch information
christophermaier committed Aug 5, 2019
1 parent 24385b7 commit 2cd7bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
edition = "2018"
fn_args_layout = "Tall"
force_explicit_abi = true
format_code_in_doc_comments = true
hard_tabs = false
max_width = 100
merge_derives = false
Expand All @@ -27,7 +28,6 @@ empty_item_single_line = true
enum_discrim_align_threshold = 50
fn_single_line = true
force_multiline_blocks = true
format_doc_comments = true
format_macro_bodies = true
format_macro_matchers = true
format_strings = true
Expand Down

0 comments on commit 2cd7bfc

Please sign in to comment.