Skip to content

Instantly share code, notes, and snippets.

View afarriaga's full-sized avatar

Allan Fernando Arriaga afarriaga

  • Finland
View GitHub Profile
@afarriaga
afarriaga / .gitconfig
Last active February 28, 2019 15:29
Git aliases
[alias]
aliases = config --get-regexp alias
c = commit
co = checkout
st = status --short --branch
adp = add -p
com = commit -m
@afarriaga
afarriaga / coffeelint.json
Created November 26, 2015 13:03
AEx Coffee Lint
{
"arrow_spacing": {
"level": "error"
},
"braces_spacing": {
"level": "ignore",
"spaces": 0,
"empty_object_spaces": 0
},
"camel_case_classes": {