From b0f3ffd856f646b33f54b1e4092b7b78859cee15 Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Wed, 19 Nov 2025 17:27:44 -0300 Subject: Add conf files --- dprint.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dprint.json (limited to 'dprint.json') diff --git a/dprint.json b/dprint.json new file mode 100644 index 0000000..284a8ee --- /dev/null +++ b/dprint.json @@ -0,0 +1,20 @@ +{ + "lineWidth": 79, + "markdown": { + "textWrap": "always" + }, + "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