Files
json-ls/rustfmt.toml
T
oscar a431af32a6 chore: scaffold cargo project and dependencies
Set up the Cargo binary with the infrastructure dependencies (serde,
serde_json, ureq, url, crossbeam-channel, regex) plus the project tooling:
strict rustc and clippy lints, rustfmt and clippy config, and a Makefile
for the common build, test, format, and check commands.
2026-07-01 03:49:39 +02:00

6 lines
117 B
TOML

edition = "2024"
max_width = 80
wrap_comments = true
imports_granularity = "Item"
group_imports = "StdExternalCrate"