Skip to content

Instantly share code, notes, and snippets.

View hardikkaji's full-sized avatar

Hardik Kaji hardikkaji

View GitHub Profile
@hardikkaji
hardikkaji / vscode.settings.json
Last active August 19, 2025 20:45
My VS Code config
{
"editor.tabSize": 2,
"editor.accessibilitySupport": "off",
"editor.cursorBlinking": "solid",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorStyle": "block",
"window.nativeTabs": true,
"editor.fontFamily": "'Operator Mono', Dank Mono, 'Jetbrains Mono', Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14.5,
"editor.fontLigatures": true,