Skip to content

Instantly share code, notes, and snippets.

View ricardo-dlc's full-sized avatar
:shipit:
Working

Ricardo de la Cruz ricardo-dlc

:shipit:
Working
  • Cancún, México
  • 12:18 (UTC -04:00)
View GitHub Profile
@ricardo-dlc
ricardo-dlc / vscode-settings.md
Created October 5, 2020 13:21 — forked from justinbchau/vscode-settings.md
Install italic and customizable font for vscode

Manual steps:

  • Download and install Victor Mono font
  • Update VSCode setting as bellow:
    • font size, line height and font weight are optional and you can update them as you prefer
{
    "editor.fontSize": 16,
    "editor.lineHeight": 24,
    "editor.fontWeight": "600",
    
@ricardo-dlc
ricardo-dlc / .git-commit-template
Created March 12, 2020 21:48 — forked from zakkak/.git-commit-template
This commit message template that helps you write great commit messages and enforce it across your team.
# [<tag>] (If applied, this commit will...) <subject> (Max 72 char)
# |<---- Preferably using up to 50 chars --->|<------------------->|
# Example:
# [feat] Implement automated commit messages
# (Optional) Explain why this change is being made
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# (Optional) Provide links or keys to any relevant tickets, articles or other resources
# Example: Github issue #23