1 2 3 4
//! Configuration for chloro formatting behavior. /// Maximum line width before we wrap types onto new lines. pub(crate) static MAX_WIDTH: usize = 100;