Skip to content

Instantly share code, notes, and snippets.

View surenachiron's full-sized avatar
🔥

mohammad surenachiron

🔥
View GitHub Profile
@surenachiron
surenachiron / .gitmessage
Created October 19, 2024 20:52 — forked from ShayanTheNerd/.gitmessage
Git commit message template based on conventionalcommits.org.
# ====================================== 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>
# ======================================================================================
@surenachiron
surenachiron / .cspell.json
Last active October 13, 2024 12:30
full DevTools configuration
{
"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",