Skip to content

Instantly share code, notes, and snippets.

View nickxsy's full-sized avatar
🎯
Focusing

Nick nickxsy

🎯
Focusing
View GitHub Profile
@nickxsy
nickxsy / settings.json
Created September 7, 2025 13:05
Settings editor for VS Code IDE
{
"prettier.enable": true,
"editor.lineNumbers": "off",
"editor.folding": false,
"editor.showFoldingControls": "never",
"editor.guides.indentation": true,
"editor.renderLineHighlight": "none",
"workbench.editor.decorations.badges": false,
"workbench.editor.decorations.colors": false,
"editor.glyphMargin": false,