From d978d8942fcce8cbd47417d9bc843750ad948e5c Mon Sep 17 00:00:00 2001 From: ewa Date: Sun, 1 Feb 2026 08:46:04 +0300 Subject: [PATCH] Update dprint.json --- dprint.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dprint.json b/dprint.json index dc615dbf49b..d08bea71851 100644 --- a/dprint.json +++ b/dprint.json @@ -1,13 +1,14 @@ { "toml": { "useTabs": false, - "cargo.applyConventions": false, - "indentWidth": 4 + "cargo.applyConventions": true, + "indentWidth": 4, + "lineWidth": 80 }, "includes": [ "**/*.toml" ], "plugins": [ - "https://plugins.dprint.dev/toml-0.6.4.wasm" + "https://plugins.dprint.dev/toml-0.6.4.wasm@88339199a0951a3192e205166258074900ec19be0e854f39281358d7265a7f7f" ] }