Open
Description
Input:
//! Test test
//!
//! ```
//! # fn main() {
//! println!("hello"); // Comment
//! # }
//! ```
mod arena;
rustfmt +nightly --config format_code_in_doc_comments=true
outputs:
//! Test test
//!
//! ```
//! # fn main() {
//! println!("hello"); // Comment
//!<5 SPACES>
//! # }
//! ```
mod arena;

rustfmt 1.7.0-nightly (ca663b06 2024-01-08)