From cd7cf0434f173b3ac135f2678ab38d1bc82f19c4 Mon Sep 17 00:00:00 2001 From: msi Date: Sun, 16 Nov 2025 12:28:25 -0300 Subject: Add lib template --- lib/template/dprint.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/template/dprint.json (limited to 'lib/template/dprint.json') diff --git a/lib/template/dprint.json b/lib/template/dprint.json new file mode 100644 index 0000000..f5ed9dc --- /dev/null +++ b/lib/template/dprint.json @@ -0,0 +1,12 @@ +{ + "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