aboutsummaryrefslogtreecommitdiffstats
path: root/dprint.json
diff options
context:
space:
mode:
authormsi2025-11-13 11:36:41 -0300
committermsi2025-11-13 11:36:41 -0300
commitb70dd42cb8b1b4d700584b8910d33b37aad28621 (patch)
tree0cd18cc45fbfe076f70f2432a2566c78f0d95a20 /dprint.json
parenta333f406f11ddd0b4ea3df66ec5113e87ad4ff96 (diff)
downloadtemplates-b70dd42cb8b1b4d700584b8910d33b37aad28621.tar.gz
Add conf to format markdown files
Diffstat (limited to 'dprint.json')
-rw-r--r--dprint.json11
1 files changed, 11 insertions, 0 deletions
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"
+ ]
+}