Skip to content

Instantly share code, notes, and snippets.

View thesyntaxdiaries's full-sized avatar

The Syntax Diaries thesyntaxdiaries

View GitHub Profile
@thesyntaxdiaries
thesyntaxdiaries / .prettierrc
Last active March 18, 2025 06:25
VS Code User Settings (JSON)
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"arrowParens": "avoid"
}