Skip to content

Instantly share code, notes, and snippets.

@mushfiqweb
Created February 17, 2026 11:45
Show Gist options
  • Select an option

  • Save mushfiqweb/3d67a7dc32342ede63adc4fb2ecc3bbb to your computer and use it in GitHub Desktop.

Select an option

Save mushfiqweb/3d67a7dc32342ede63adc4fb2ecc3bbb to your computer and use it in GitHub Desktop.
Custom Settings for Google Antigravity
{
"files.autoSave": "onFocusChange",
"editor.autoClosingBrackets": "always",
"editor.autoClosingComments": "always",
"editor.autoClosingDelete": "always",
"editor.autoClosingOvertype": "always",
"editor.mouseWheelZoom": true,
"editor.fontFamily": "JetBrainsMono Nerd Font",
"editor.lineHeight": 14,
"editor.fontLigatures": true,
"terminal.integrated.fontFamily": "CaskaydiaCove Nerd Font",
"terminal.integrated.lineHeight": 0,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorWidth": 2,
"terminal.integrated.enableImages": true,
"terminal.integrated.mouseWheelZoom": true,
"terminal.integrated.gpuAcceleration": "on",
"json.schemas": [],
"python.languageServer": "Default",
"editor.cursorBlinking": "expand",
"bracketPairColorizer.depreciation-notice": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment