sane-fmt 0.18.1

Opinionated code formatter for TypeScript and JavaScript
Documentation
1
2
3
4
5
6
7
8
use clap::ValueEnum;

#[derive(PartialEq, Debug, Copy, Clone, ValueEnum)]
pub enum When {
    Auto,
    Never,
    Always,
}