dprint 0.18.1

Binary for dprint code formatter—a pluggable and configurable code formatting platform.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod deque;
mod do_batch_format;
mod local_plugin_work;
mod local_work;
mod long_format_checker_thread;
mod worker;
mod worker_registry;

use deque::*;
pub use do_batch_format::do_batch_format;
use local_plugin_work::*;
use local_work::*;
use long_format_checker_thread::*;
use worker::*;
use worker_registry::*;