aboutsummaryrefslogtreecommitdiffstats
path: root/dprint.json
diff options
context:
space:
mode:
authormurilo ijanc2025-11-19 17:27:44 -0300
committermurilo ijanc2025-11-19 17:27:44 -0300
commitb0f3ffd856f646b33f54b1e4092b7b78859cee15 (patch)
tree78c41b0978ff1ca14032212b06751f1262a9e260 /dprint.json
parent79bcb4364af34f57421dbbd759462a05dd8b70dc (diff)
downloadimgst-b0f3ffd856f646b33f54b1e4092b7b78859cee15.tar.gz
Add conf files
Diffstat (limited to 'dprint.json')
-rw-r--r--dprint.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/dprint.json b/dprint.json
new file mode 100644
index 0000000..284a8ee
--- /dev/null
+++ b/dprint.json
@@ -0,0 +1,20 @@
+{
+ "lineWidth": 79,
+ "markdown": {
+ "textWrap": "always"
+ },
+ "json": {
+ "indentWidth": 2
+ },
+ "toml": {
+ },
+ "excludes": [
+ "CHANGELOG.md",
+ "deny.toml"
+ ],
+ "plugins": [
+ "https://plugins.dprint.dev/json-0.21.0.wasm",
+ "https://plugins.dprint.dev/markdown-0.20.0.wasm",
+ "https://plugins.dprint.dev/toml-0.7.0.wasm"
+ ]
+}