d65233240a
Create a new type Id<T> paramaterized by whatever specific class of IDs is relevant to a domain; create stores and macros to support this; and repace the existing Id types.
9 lines
186 B
TOML
9 lines
186 B
TOML
|
|
max_width = 110
|
|
use_small_heuristics = "max"
|
|
imports_indent = "block"
|
|
imports_granularity = "crate"
|
|
group_imports = "stdexternalcrate"
|
|
match_arm_blocks = false
|
|
where_single_line = true
|