lineguard 0.1.0

A fast and reliable file linter that ensures proper line endings and clean formatting
Documentation
1
2
3
4
5
6
7
8
9
10
edition = "2024"
max_width = 100
use_small_heuristics = "Default"
match_block_trailing_comma = true
merge_derives = true
newline_style = "Unix"
reorder_imports = true
reorder_modules = true
use_field_init_shorthand = true
use_try_shorthand = true