Skip to content

Instantly share code, notes, and snippets.

View anoguchi's full-sized avatar

Alberto Hideyo Noguchi Filho anoguchi

View GitHub Profile

Conventional Commit Messages

See how a minor change to your commit message style can make a difference. Examples

Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

Commit Formats

Default

@anoguchi
anoguchi / vscode-work-settings.json
Last active August 3, 2024 16:19
VSCode - Work Settings
{
"editor.renderWhitespace": "none",
"editor.fontLigatures": false,
"breadcrumbs.enabled": true,
"terminal.integrated.fontSize": 12,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 79,
"editor.tabSize": 2,
"explorer.sortOrder": "type",
"explorer.compactFolders": false,