Skip to content

Instantly share code, notes, and snippets.

View joaovictornsv's full-sized avatar
🚀
In evolution

João Victor Negreiros joaovictornsv

🚀
In evolution
View GitHub Profile
@diego3g
diego3g / settings.json
Last active June 30, 2024 01:04
VSCode Settings (Updated)
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 14,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [80, 120],
"extensions.ignoreRecommendations": true,
"typescript.tsserver.log": "off",
"files.associations": {
@leocomelli
leocomelli / git.md
Last active June 30, 2024 16:11
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda