Skip to content

Instantly share code, notes, and snippets.

View preshonyee's full-sized avatar
🎯
Focusing

ᑭᖇᗴᔕᕼ ᗝᑎƳᗴᗴ preshonyee

🎯
Focusing
View GitHub Profile
@preshonyee
preshonyee / settings.json
Created November 9, 2023 14:21
VSCode Editor Settings
{
"workbench.iconTheme": "vscode-icons",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.panel.defaultLocation": "bottom",
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 72,