dprint 0.22.0

Binary for dprint code formatter—a pluggable and configurable code formatting platform.
1
2
3
4
5
6
7
8
9
10
#[allow(clippy::module_inception)]
mod glob;
mod glob_matcher;
mod glob_pattern;
mod glob_utils;

pub use glob::*;
pub use glob_matcher::*;
pub use glob_pattern::*;
pub use glob_utils::*;