Skip to content

Instantly share code, notes, and snippets.

View ZiedYousfi's full-sized avatar

Zied Yousfi ZiedYousfi

View GitHub Profile
@ZiedYousfi
ZiedYousfi / vscode-settings.json
Last active January 21, 2026 19:17
vscode settings
{
"[c]": {
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd",
"editor.formatOnSave": true,
},
"[cmake]": {
"editor.defaultFormatter": "cheshirekow.cmake-format",
},
"[cpp]": {
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd",
@ZiedYousfi
ZiedYousfi / .gitignore
Last active October 16, 2025 16:17 — forked from Yousha/.gitignore
.gitignore for C/C++ developers.
##### Windows
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump