-
Notifications
You must be signed in to change notification settings - Fork 8
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 #93 from tiddly-gittly/autocorrect
规范化太微中文教程文档
- Loading branch information
Showing
348 changed files
with
5,229 additions
and
1,193 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
tiddlers/TCTSystem/ | ||
**/*.json | ||
**/*.js | ||
**/*.meta | ||
**/*.yml | ||
**/*.yaml |
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,37 @@ | ||
# yaml-language-server: $schema=https://huacnlee.github.io/autocorrect/schema.json | ||
# Config rules | ||
rules: | ||
# Auto add spacing between CJK (Chinese, Japanese, Korean) and English words. | ||
# 0 - off, 1 - error, 2 - warning | ||
space-word: 1 | ||
# Add space between some punctuations. | ||
space-punctuation: 1 | ||
# Add space between brackets (), [] when near the CJK. | ||
space-bracket: 1 | ||
# Add space between ``, when near the CJK. | ||
space-backticks: 1 | ||
# Add space between dash `-` | ||
space-dash: 0 | ||
# Convert to fullwidth. | ||
fullwidth: 1 | ||
# To remove space near the fullwidth. | ||
no-space-fullwidth: 1 | ||
# Fullwidth alphanumeric characters to halfwidth. | ||
halfwidth-word: 1 | ||
# Fullwidth punctuations to halfwidth in english. | ||
halfwidth-punctuation: 1 | ||
# Spellcheck | ||
spellcheck: 2 | ||
# textRules: | ||
fileTypes: | ||
'.tid': 'markdown' | ||
spellcheck: | ||
# Correct Words (Case insensitive) for by Spellcheck | ||
words: | ||
- GitHub | ||
- App Store | ||
# This means "appstore" into "App Store" | ||
- AppStore = App Store | ||
- Git | ||
- Node.js | ||
- nodejs = Node.js |
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
Oops, something went wrong.