generated from vrchat-community/template-package-listing
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from kurone-kito/cumulative-updates
Cumulative updates
- Loading branch information
Showing
7 changed files
with
46 additions
and
20 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
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,2 @@ | ||
ignores: | ||
- .github/CODE_OF_CONDUCT* |
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,17 @@ | ||
default: true | ||
# Allow limit breakthroughs in the code block and table row lengths. The | ||
# default is unconditional prohibition. It is exceptionally allowed in | ||
# these elements due to folding difficulties. | ||
line-length: | ||
code_blocks: false | ||
tables: false | ||
# Allows the use of duplicate headings. The default is unconditional | ||
# prohibition. Due to the `siblings_only` flag not working, it is necessary | ||
# to enable duplicate headings in the entire document. | ||
no-duplicate-heading: false | ||
# Allows embedding of the specified HTML tag. The default is unconditional | ||
# prohibition. Allow for some valuable features, such as folding. | ||
no-inline-html: | ||
allowed_elements: | ||
- details | ||
- summary |
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