Skip to content

Instantly share code, notes, and snippets.

View ShayanTheNerd's full-sized avatar
💻
Coding & Learning

Shayan Zamani ShayanTheNerd

💻
Coding & Learning
View GitHub Profile
@ShayanTheNerd
ShayanTheNerd / .editorconfig
Last active June 26, 2025 14:24
VS Code settings, keyboard shortcuts, snippets, and extensions
root = true
[*]
charset = utf-8
indent_size = 2
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
@ShayanTheNerd
ShayanTheNerd / .gitmessage
Last active June 7, 2025 08:15
Git commit message template
# ====================================== 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>
# =======================================================================================