file_type_enum 3.0.1

An enum with a variant for each file type.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Stable features
edition = "2021"
reorder_imports = true
reorder_modules = true
newline_style = "Unix"
match_block_trailing_comma = true

# Unstable features
unstable_features = true
force_multiline_blocks = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"