Skip to content

Commit

Permalink
Merge branch 'rust-gamedev:source' into source
Browse files Browse the repository at this point in the history
  • Loading branch information
uuphoria2 authored Apr 11, 2024
2 parents 738a0b5 + ec00208 commit 0c42fb3
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"line-length": {
"line_length": 80,
"line_length": 160,
"code_blocks": false
},
"ul-style": {
"style": "dash"
},
"no-trailing-punctuation": {
"punctuation": ".,;:。,;:"
}
}
"blanks-around-lists": false,
"blanks-around-headings": false,
"no-multiple-blanks": false,
"no-trailing-spaces": false,
"no-trailing-punctuation": false,
"no-hard-tabs": false,
"hr-style": false,
"strong-style": false,
"emphasis-style": false
}

0 comments on commit 0c42fb3

Please sign in to comment.