-
-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code style check: check the syntax of markdown files (#9394)
- Loading branch information
1 parent
6d94347
commit f93c42f
Showing
23 changed files
with
205 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"config": { | ||
"default": true, | ||
"heading-style": { | ||
"style": "atx" | ||
}, | ||
"ul-style": { | ||
"style": "asterisk" | ||
}, | ||
"no-trailing-spaces": { | ||
"strict": true | ||
}, | ||
"line-length": { | ||
"code_block_line_length": 170, | ||
"heading_line_length": 170, | ||
"line_length": 170 | ||
}, | ||
"no-inline-html": { | ||
"allowed_elements": [ | ||
"a", | ||
"details", | ||
"img", | ||
"p", | ||
"summary" | ||
] | ||
}, | ||
"code-block-style": { | ||
"style": "fenced" | ||
}, | ||
"code-fence-style": { | ||
"style": "backtick" | ||
}, | ||
"emphasis-style": { | ||
"style": "underscore" | ||
}, | ||
"strong-style": { | ||
"style": "asterisk" | ||
}, | ||
"table-pipe-style": { | ||
"style": "leading_and_trailing" | ||
} | ||
}, | ||
"globs": [ | ||
"**/*.md" | ||
], | ||
"ignores": [ | ||
"cmake/README_findsdl2.md" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.