Skip to content

Instantly share code, notes, and snippets.

View levisantosp's full-sized avatar
:shipit:
Software Developer

levi levisantosp

:shipit:
Software Developer
  • localhost:3000
  • 06:15 (UTC -03:00)
View GitHub Profile
@levisantosp
levisantosp / settings.json
Last active December 8, 2025 04:22
vscode settings
{
"files.autoSave": "afterDelay",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorBlinking": "smooth",
"javascript.format.insertSpaceAfterSemicolonInForStatements": false,
"typescript.format.insertSpaceAfterSemicolonInForStatements": false,
"typescript.format.semicolons": "remove",
"javascript.format.semicolons": "remove",
"javascript.preferences.quoteStyle": "single",
"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,