Skip to content

Instantly share code, notes, and snippets.

View mtfrsantos's full-sized avatar

Matheus Freitas Santos mtfrsantos

View GitHub Profile

Vscode settings only the interesting parts for python

{
	"[python]": {
		"editor.codeActionsOnSave": {
			"source.organizeImports": true
		},
		"editor.defaultFormatter": "ms-python.black-formatter",
		"editor.formatOnSave": true,
@mtfrsantos
mtfrsantos / standard_git_commit_messages.md
Last active July 18, 2023 12:39
Padronização de mensagens de commits

Padronização de mensagens de commits

1. Mensagem de commit padrão

A mensagem de commit padrão deve seguir o seguinte formato:

foo: bar qux baz

Formato 1: Mensagem de commit padrão.

@mtfrsantos
mtfrsantos / new_typescript_project_steps.md
Last active July 18, 2023 12:58
New TypeScript project steps

New TypeScript project steps

Check node version

node --version

Install latest node version