This file contains hidden or 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
# ====================================== Template ====================================== | |
# <type>[(scope)][!]: <summary> (maximum 50 characters) | |
# [body]: Explain WHY you are making this change, not HOW. (wrap lines at 72 characters) | |
# [footer] | |
# Signed-off-by: <name> (<email address>) | |
# Reviewed-by: <name> (@<GitHub username>) | |
# References/Fixes: #<GitHub issue number> | |
# ====================================================================================== |
This file contains hidden or 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
{ | |
"version": "0.2", | |
"language": "fa,en", // if you use Persian | |
"language": "en", // if you don't use Persian | |
"useGitignore": true, | |
"import": ["@cspell/dict-fa-ir/cspell-ext.json"], // delete this line if you don't use Persian lan | |
"ignorePaths": ["node_modules"], | |
"dictionaryDefinitions": [ | |
{ | |
"name": "keywords", |