Skip to content

Instantly share code, notes, and snippets.

View Sampai0z's full-sized avatar
👋
Welcome to my page!

Vitor Sampaio Sampai0z

👋
Welcome to my page!
View GitHub Profile
@Sampai0z
Sampai0z / settings.json
Created January 15, 2024 09:30
VSCode Settings (Updated) - using extensions: Apc, Min Theme, Symbols and Prettier.
{
"terminal.integrated.defaultProfile.windows": "Git Bash",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 1,
"workbench.colorTheme": "Min Dark",
"symbols.hidesExplorerArrows": false,
"workbench.iconTheme": "symbols",
"editor.fontFamily": "jetBrains Mono",
"editor.fontSize": 14,

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