chore(simulator): 🔧 Update linter and formatter configs for Rust in simulator module

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-31 22:47:32 -07:00
parent c6534acfcf
commit a7424b597a
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,4 @@
cognitive-complexity-threshold = 30
too-many-arguments-threshold = 7
too-many-lines-threshold = 200
type-complexity-threshold = 250

View file

@ -0,0 +1,9 @@
edition = "2021"
max_width = 100
use_small_heuristics = "Max"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
reorder_imports = true
reorder_modules = true
trailing_comma = "Vertical"
match_arm_blocks = true