Skip to content

Commit

Permalink
Do not format yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Dec 7, 2024
1 parent 43c06ee commit d1e7563
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@
"indentWidth": 4,
"semiColons": true,
"singleQuote": true,
"proseWrap": "preserve"
"proseWrap": "preserve",
"exclude": [
"**/*.yaml",
"**/*.yml",
".*/**/*.yaml",
".*/**/*.yml"
]
},
"lint": {
"rules": {
Expand Down

0 comments on commit d1e7563

Please sign in to comment.