Skip to content

Commit 4522dd5

Browse files
committed
Update dprint config for YAML and workflows
- Add includes pattern to format "**/*.{yaml,yml}" files - Make workflows exclude root-only ("/workflows") to match layout
1 parent c6eb89d commit 4522dd5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

dprint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"yaml": {
33
"indentWidth": 2
44
},
5+
"includes": [
6+
"**/*.{yaml,yml}"
7+
],
58
"excludes": [
69
"**/node_modules",
710
"**/*-lock.json",
@@ -10,7 +13,7 @@
1013
"vendor",
1114
"tmp",
1215
"storage",
13-
"workflows",
16+
"/workflows",
1417
"config/database.yml",
1518
"config/cache.yml",
1619
"config/queue.yml",

0 commit comments

Comments
 (0)