forked from dolanmiu/docx
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #6 from dolanmiu/master
Update from Dolan's master
- Loading branch information
Showing
409 changed files
with
3,360 additions
and
1,098 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,58 @@ | ||
// cSpell Settings | ||
{ | ||
// Version of the setting file. Always 0.2 | ||
"version": "0.2", | ||
// language - current active spelling language | ||
"language": "en_US", | ||
"dictionaries": ["en_US", "typescript", "softwareTerms", "fonts", "npm"], | ||
// words - list of words to be always considered correct | ||
"words": [ | ||
"Xmlable", | ||
"twip", | ||
"twips", | ||
"jsonify", | ||
"falsey", | ||
"aiueo", | ||
"iroha", | ||
"aiueo", | ||
"iroha", | ||
"chosung", | ||
"Abjad", | ||
"Initializable", | ||
"rels", | ||
"dolan", | ||
"xmlify", | ||
"Xmlifyed", | ||
"xmlified", | ||
"datas", | ||
"jszip", | ||
"rsid", | ||
"NUMPAGES", | ||
"ATLEAST", | ||
"ooxml", | ||
"clippy", | ||
"docsify" | ||
], | ||
"ignoreRegExpList": [ | ||
"/\"w:.+\"/", | ||
"/\"s:.+\"/", | ||
"/\"a:.+\"/", | ||
"/\"pic:.+\"/", | ||
"/\"xmlns:.+\"/", | ||
"/\"vt:.+\"/", | ||
"/[^\\s]{40,}/", | ||
"/<xsd:.+/>/", | ||
"/[A-Z_]+ = \".+\"/", | ||
"/XmlAttributeComponent<{[^}]+}>/g", | ||
"/xmlKeys = {[^}]+}/g", | ||
"/\\.to\\.deep\\.equal\\({[^)]+}\\)/g", | ||
"\\.to\\.include\\.members\\(\\[[^\\]]+]\\)", | ||
"/new [a-zA-Z]+\\({[^£]+}\\)/g" | ||
], | ||
"ignorePaths": ["package.json", "docs/api"], | ||
"allowCompoundWords": true, | ||
// flagWords - list of words to be always considered incorrect | ||
// This is useful for offensive words and common spelling errors. | ||
// For example "hte" should be "the" | ||
"flagWords": ["hte"] | ||
} |
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,5 @@ | ||
{ | ||
"recommendations": [ | ||
"streetsidesoftware.code-spell-checker" | ||
] | ||
} |
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
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.