mirror of
https://github.com/mii443/rust-genai.git
synced 2025-08-22 16:25:27 +00:00
11 lines
211 B
TOML
11 lines
211 B
TOML
# rustfmt doc - https://rust-lang.github.io/rustfmt/
|
|
|
|
# JC Style
|
|
hard_tabs = true
|
|
edition = "2021"
|
|
max_width = 120
|
|
chain_width = 80
|
|
array_width = 80
|
|
|
|
imports_granularity = "Module" # no effect on rust analyzer
|