Skip to content

Instantly share code, notes, and snippets.

@brennovich
Created June 22, 2012 20:30
Show Gist options
  • Save brennovich/2974992 to your computer and use it in GitHub Desktop.
Save brennovich/2974992 to your computer and use it in GitHub Desktop.
~/.tm-properties
exclude = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib}"
include = "{.tm_properties,.htaccess}"
TM_HG = "/opt/local/bin/hg"
TM_GIT = "/usr/local/bin/git"
# Settings
theme = "Tomorrow"
fontName = "Menlo"
fontSize = 14
fileBrowserGlob = "{*,.tm_properties,.htaccess}"
softTabs = true
tabSize = 2
softWrap = true
# Variables
PATH = "$PATH"
[ "/usr/include/{**/,}*" ]
tabSize = 2
[ text ]
softWrap = true
[ .git/COMMIT_EDITMSG ]
softWrap = true
spellChecking = false
spellingLanguage = 'en'
[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ]
binary = true
[ source.ruby ]
softTabs = true
tabSize = 2
[ source.python ]
softTabs = true
tabSize = 2
[ "/System/Library/Frameworks/**/Headers/**/*" ]
encoding = "MACROMAN"
[ "{README,INSTALL,LICENSE,TODO}" ]
fileType = "source.ruby"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment