codestats 0.2.0

CLI tool to provide a per-language breakdown of a folder of sourcecode, optionally respecting things like gitignores, hidden files, and symlinks.
1
2
3
4
5
6
7
8
9
10
11
12
13
edition = "2024"

max_width = 120

fn_call_width = 120

single_line_if_else_max_width = 120

hard_tabs = true

use_small_heuristics = "Max"

match_arm_leading_pipes = "Preserve"

remove_nested_parens = true

group_imports = "StdExternalCrate"

imports_granularity = "Crate"

merge_derives = true

use_field_init_shorthand = true

force_explicit_abi = false