From 6b81238aa26cb123aef4f0020300d01514410ed3 Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Tue, 18 Nov 2025 12:08:03 -0300 Subject: Init --- dprint.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dprint.json (limited to 'dprint.json') diff --git a/dprint.json b/dprint.json new file mode 100644 index 0000000..0e2c33b --- /dev/null +++ b/dprint.json @@ -0,0 +1,17 @@ +{ + "lineWidth": 79, + "json": { + "indentWidth": 2 + }, + "toml": { + }, + "excludes": [ + "CHANGELOG.md", + "deny.toml" + ], + "plugins": [ + "https://plugins.dprint.dev/json-0.21.0.wasm", + "https://plugins.dprint.dev/markdown-0.20.0.wasm", + "https://plugins.dprint.dev/toml-0.7.0.wasm" + ] +} -- cgit v1.2.3