aboutsummaryrefslogtreecommitdiffstats
path: root/dprint.json
diff options
context:
space:
mode:
authormurilo ijanc2025-11-18 12:08:03 -0300
committermurilo ijanc2025-11-18 12:10:26 -0300
commit6b81238aa26cb123aef4f0020300d01514410ed3 (patch)
tree2b2aa428cd4fa84f64c405c813f442f93f17d156 /dprint.json
downloadcogops-6b81238aa26cb123aef4f0020300d01514410ed3.tar.gz
Init
Diffstat (limited to 'dprint.json')
-rw-r--r--dprint.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/dprint.json b/dprint.json
new file mode 100644
index 0000000..0e2c33b
--- /dev/null
+++ b/dprint.json
@@ -0,0 +1,17 @@
+{
+ "lineWidth": 79,
+ "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"
+ ]
+}