Skip to content

Commit

Permalink
docs: Disable MD013 line-length rule for tables
Browse files Browse the repository at this point in the history
  • Loading branch information
imwaymaran committed Jan 8, 2025
1 parent 469d368 commit b0e8ccc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ignore:
- venv
- .github

MD013:
tables: false # Disable line-length rule for tables only

0 comments on commit b0e8ccc

Please sign in to comment.