chloro-core 0.7.5

Core functionality for chloro - a minimal Rust code formatter
Documentation
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;