Skip to content

Instantly share code, notes, and snippets.

@sandywu
Created August 29, 2012 15:39
Show Gist options
  • Save sandywu/3514543 to your computer and use it in GitHub Desktop.
Save sandywu/3514543 to your computer and use it in GitHub Desktop.
My textmate properties file
TMGIT = "/usr/local/bin/git"
PATH = "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:$PATH"
NODEPATH = "/usr/local/lib/node_modules"
fontName = "Monaco"
fontSize = 14
tabSize = 2
softTabs = Spaces
exclude = "{.{o,pyc},Icon\r,CVS,darcs,MTN,{arch},blib,~.nib}"
include = "{.tm_properties,.htaccess,.gitignore}"
[ "*.{txt,md,mdown,markdown}" ]
softWrap = true
[ "*.{coffee,rb,html,js,erb}" ]
tabSize = 2
[ "*.{erb,rhtml,html.erb}" ]
fileType = "text.html.erb.rails"
[ "*.{rb,Gemfile,rxml,builder}"]
fileType = "source.ruby.rails"
[ "{README,INSTALL,LICENSE,TODO}" ]
fileType = "text.plain"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment