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;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
devices: ( | |
{ | |
name: "M720 Triathlon Multi-Device Mouse"; | |
# smartshift: | |
# { | |
# on: true; | |
# threshold: 30; | |
# }; | |
hiresscroll: | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
devices: ( | |
{ | |
name: "MX Master 3S"; | |
smartshift: | |
{ | |
on: true; | |
threshold: 3; | |
default_threshold: 3; | |
}; | |
hiresscroll: |