Skip to content

Commit

Permalink
markdownlint: disable check for hard tabs
Browse files Browse the repository at this point in the history
Sometimes hard tabs come from a copy-paste example and
the example should not be modified.

Also tabs are better than spaces ;-)

Signed-off-by: Christoph Ostarek <[email protected]>
  • Loading branch information
christoph-zededa committed Sep 4, 2024
1 parent 9bd6262 commit 65095a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
default: true
line-length: false
commands-show-output: false
no-hard-tabs: false

0 comments on commit 65095a9

Please sign in to comment.