From b70dd42cb8b1b4d700584b8910d33b37aad28621 Mon Sep 17 00:00:00 2001 From: msi Date: Thu, 13 Nov 2025 11:36:41 -0300 Subject: Add conf to format markdown files --- dprint.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dprint.json (limited to 'dprint.json') diff --git a/dprint.json b/dprint.json new file mode 100644 index 0000000..2e1f3c3 --- /dev/null +++ b/dprint.json @@ -0,0 +1,11 @@ +{ + "markdown": { + }, + "toml": { + }, + "excludes": [], + "plugins": [ + "https://plugins.dprint.dev/markdown-0.20.0.wasm", + "https://plugins.dprint.dev/toml-0.7.0.wasm" + ] +} -- cgit v1.2.3