Created
February 17, 2026 11:45
-
-
Save mushfiqweb/3d67a7dc32342ede63adc4fb2ecc3bbb to your computer and use it in GitHub Desktop.
Custom Settings for Google Antigravity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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