diff options
| author | murilo ijanc | 2025-11-19 17:27:44 -0300 |
|---|---|---|
| committer | murilo ijanc | 2025-11-19 17:27:44 -0300 |
| commit | b0f3ffd856f646b33f54b1e4092b7b78859cee15 (patch) | |
| tree | 78c41b0978ff1ca14032212b06751f1262a9e260 /dprint.json | |
| parent | 79bcb4364af34f57421dbbd759462a05dd8b70dc (diff) | |
| download | imgst-b0f3ffd856f646b33f54b1e4092b7b78859cee15.tar.gz | |
Add conf files
Diffstat (limited to 'dprint.json')
| -rw-r--r-- | dprint.json | 20 |
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" + ] +} |