Skip to content

Commit 59fb26b

Browse files
committed
style: adjust dprint config to ignore some files
1 parent 68a359d commit 59fb26b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dprint.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,18 @@
2121
"exec": {
2222
"cwd": "${configDir}",
2323
"commands": [{
24-
"command": "rustfmt",
25-
"exts": ["rs"]
26-
}, {
2724
"command": "./vendor/bin/mago fmt --stdin-input",
2825
"exts": ["php"]
2926
}]
3027
},
3128
"excludes": [
29+
"**/.tempest",
30+
"**/composer.json",
3231
"**/node_modules",
3332
"**/*-lock.json",
34-
"**/vendor"
33+
"**/vendor",
34+
"tests/**/*.{html,twig,json,yml,yaml}",
35+
"CHANGELOG.md"
3536
],
3637
"plugins": [
3738
"https://plugins.dprint.dev/typescript-0.95.7.wasm",

0 commit comments

Comments
 (0)