diff --git a/earthly/rust/stdcfgs/rustfmt.toml b/earthly/rust/stdcfgs/rustfmt.toml index b0f20832..905bde2d 100644 --- a/earthly/rust/stdcfgs/rustfmt.toml +++ b/earthly/rust/stdcfgs/rustfmt.toml @@ -36,7 +36,7 @@ max_width = 100 # Comments: normalize_comments = true -normalize_doc_attributes = true +normalize_doc_attributes = false wrap_comments = true comment_width = 90 # small excess is okay but prefer 80 format_code_in_doc_comments = true diff --git a/examples/rust/rustfmt.toml b/examples/rust/rustfmt.toml index b0f20832..905bde2d 100644 --- a/examples/rust/rustfmt.toml +++ b/examples/rust/rustfmt.toml @@ -36,7 +36,7 @@ max_width = 100 # Comments: normalize_comments = true -normalize_doc_attributes = true +normalize_doc_attributes = false wrap_comments = true comment_width = 90 # small excess is okay but prefer 80 format_code_in_doc_comments = true