add dprint

pyrox.dev 8b27a5b0 8a3369ef

verified
Changed files
+12
+12
dprint.json
···
+
{
+
"excludes": [],
+
"plugins": ["https://plugins.dprint.dev/g-plane/markup_fmt-v0.18.0.wasm"],
+
"markup": {
+
"styleIndent": true,
+
"scriptIndent": true,
+
"quotes": "double",
+
"printWidth": 100,
+
"doctypeKeywordCase": "upper",
+
"indentWidth": 4
+
}
+
}