Skip to content

Commit

Permalink
feat: 🎸 make yaml line lengths configurable
Browse files Browse the repository at this point in the history
make yaml line breaks configurable when converting
  • Loading branch information
hilleer committed Sep 7, 2024
1 parent 8396796 commit 4dc5bf4
Show file tree
Hide file tree
Showing 8 changed files with 332 additions and 7 deletions.
254 changes: 254 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.4",
"@types/sinon": "^17.0.3",
"@types/vscode": "^1.93.0",
"@types/yaml": "1.9.7",
"@typescript-eslint/eslint-plugin": "^8.4.0",
Expand All @@ -278,6 +279,7 @@
"glob": "^11.0.0",
"globals": "^15.9.0",
"mocha": "^10.7.3",
"sinon": "18.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0",
Expand Down
Loading

0 comments on commit 4dc5bf4

Please sign in to comment.