Skip to content

Instantly share code, notes, and snippets.

View luiznegreiros's full-sized avatar

Luiz Negreiros luiznegreiros

  • Brazil
View GitHub Profile
@luiznegreiros
luiznegreiros / logid.cfg
Created January 27, 2024 20:10
Configuração do logops (config mouse MX Maser 3S) no linux
devices: (
{
name: "MX Master 3S";
smartshift:
{
on: true;
threshold: 3;
default_threshold: 3;
};
hiresscroll:
@luiznegreiros
luiznegreiros / [CODE REVIEW] MANIFESTO.md
Last active April 28, 2023 13:30
[CODE REVIEW] MANIFESTO

[CODE REVIEW] MANIFESTO

Porque fazemos Code Review?

Para avaliar melhorias, qualidade ou erros no código; Garantir padrões básicos de desenvolvimento; (Listar padrões) Resgatar a união entre Devs (Comunidade); Compartilhar conhecimento; Pensar em alta performance como padrão no code base;

Como fazemos Code Review?

@luiznegreiros
luiznegreiros / logid.cfg
Last active January 27, 2024 20:08
Configuração do logops (config mouse MX720) no linux
devices: (
{
name: "M720 Triathlon Multi-Device Mouse";
# smartshift:
# {
# on: true;
# threshold: 30;
# };
hiresscroll:
{
@luiznegreiros
luiznegreiros / settings.json
Created January 27, 2021 02:00
My VSCode settings
{
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme",
"workbench.editor.labelFormat": "short",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.fontSize": 14,
"editor.tabSize": 2,
"editor.fontSize": 16,