Skip to content

Instantly share code, notes, and snippets.

View leovargasdev's full-sized avatar
💻
Codando

Leonardo Vargas leovargasdev

💻
Codando
View GitHub Profile
@diego3g
diego3g / settings.json
Last active July 2, 2025 19:12
VSCode Settings (Updated)
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active July 3, 2025 19:28
Conventional Commits Cheatsheet
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 4, 2025 01:46
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites