Skip to content

Commit

Permalink
Disable line length linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahpaleus authored Jun 24, 2024
1 parent 547db02 commit 48936ca
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -75,30 +75,30 @@

// MD013/line-length - Line length

"MD013": {
// Number of characters
"line_length": 130,
// Number of characters for headings
"heading_line_length": 120,
// Number of characters for code blocks
"code_block_line_length": 120,
// Include code blocks
"code_blocks": true,
// Include tables
"tables": true,
// Include headings
"headings": true,
// Include headings
"headers": true,
// Strict length checking
"strict": false,
// Stern length checking
"stern": false
},
// "MD013": {
// // Number of characters
// "line_length": 130,
// // Number of characters for headings
// "heading_line_length": 120,
// // Number of characters for code blocks
// "code_block_line_length": 120,
// // Include code blocks
// "code_blocks": true,
// // Include tables
// "tables": true,
// // Include headings
// "headings": true,
// // Include headings
// "headers": true,
// // Strict length checking
// "strict": false,
// // Stern length checking
// "stern": false
// },


// Disable line length check:
// "MD013" : false,
"MD013" : false,

// MD014/commands-show-output - Dollar signs used before commands without showing output
"MD014": true,
Expand Down

0 comments on commit 48936ca

Please sign in to comment.