Skip to content

Commit 4d03152

Browse files
Update dprint excludes to ignore YAML lock files
1 parent 01c889e commit 4d03152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"yaml": {
1515
"useTabs": false
1616
},
17-
"excludes": ["**/node_modules", "**/*-lock.json"],
17+
"excludes": ["**/node_modules", "**/*-lock.yaml"],
1818
"plugins": [
1919
"https://plugins.dprint.dev/typescript-0.91.6.wasm",
2020
"https://plugins.dprint.dev/json-0.19.3.wasm",

0 commit comments

Comments
 (0)