Skip to content

Instantly share code, notes, and snippets.

View ripixel's full-sized avatar

James King ripixel

View GitHub Profile
@ripixel
ripixel / antigravity-wsl2.md
Created January 12, 2026 20:30
Antigravity x WSL2
@ripixel
ripixel / settings.json
Created October 26, 2016 15:16
VSCode settings
// Place your settings in this file to overwrite the default settings
{
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.wrappingColumn": 0,
"editor.wrappingIndent": "indent",
"editor.renderWhitespace": "boundary",
"editor.renderIndentGuides": true,
"search.exclude": {"build/" : true},
"files.trimTrailingWhitespace": true,