Skip to content

Instantly share code, notes, and snippets.

git config --global alias.search 'log -S'
@hellosmithy
hellosmithy / search-ignore.txt
Created June 3, 2014 10:20
SublimeText search ignore pattern
-deploy/*/**, -node_modules/*/**, -source/vendor/*/**, -dist/*/**, -flash/*/**
@hellosmithy
hellosmithy / .editorconfig
Created June 2, 2014 14:57
Default Editor Config
# http://editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true