Skip to content

Commit 174b509

Browse files
Do not format yaml
1 parent d50f325 commit 174b509

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

deno.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,13 @@
129129
"indentWidth": 4,
130130
"semiColons": true,
131131
"singleQuote": true,
132-
"proseWrap": "preserve"
132+
"proseWrap": "preserve",
133+
"exclude": [
134+
"**/*.yaml",
135+
"**/*.yml",
136+
".*/**/*.yaml",
137+
".*/**/*.yml"
138+
]
133139
},
134140
"lint": {
135141
"rules": {

0 commit comments

Comments
 (0)