Skip to content

Instantly share code, notes, and snippets.

View vdonoladev's full-sized avatar
😍
Apaixonado por tecnologia

Víctor Donola Ferreira vdonoladev

😍
Apaixonado por tecnologia
View GitHub Profile
@diego3g
diego3g / settings.json
Last active August 11, 2025 15:07
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
],
{
"editor.fontSize": 12,
"editor.tabSize": 4,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"beautify.language": {
"js": {
"type": [
"javascript",
"typescript",
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active August 12, 2025 07:18
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example