diff --git a/.config/dprint.json b/.config/dprint.json new file mode 100644 index 0000000..9d7121b --- /dev/null +++ b/.config/dprint.json @@ -0,0 +1,14 @@ +{ + "json": { + }, + "markdown": { + }, + "includes": ["**/*.{json,md}"], + "excludes": [ + "**/*-lock.json" + ], + "plugins": [ + "https://plugins.dprint.dev/json-0.16.0.wasm", + "https://plugins.dprint.dev/markdown-0.14.1.wasm" + ] +}