Skip to content

Instantly share code, notes, and snippets.

@jacine
Created December 14, 2011 21:53
Show Gist options
  • Save jacine/1478732 to your computer and use it in GitHub Desktop.
Save jacine/1478732 to your computer and use it in GitHub Desktop.
TextMate 2 .tm_properties
# TextMate 2 defaults stored in TextMate.app/Contexts/Resources/Default.tmProperties
exclude = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib}"
include = "{.tm_properties,.htaccess}"
TM_HG = "/opt/local/bin/hg"
TM_GIT = "/opt/local/bin/git"
[ "/usr/include/{**/,}*" ]
tabSize = 8
[ text ]
softWrap = true
[ .git/COMMIT_EDITMSG ]
softWrap = true
spellChecking = true
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 = 4
[ "/System/Library/Frameworks/**/Headers/**/*" ]
encoding = "MACROMAN"
[ "{README,INSTALL,LICENSE,TODO}" ]
fileType = "text.plain"
# Modified defaults can be saved in your home folder by naming the file ".tm_properties".
# A .tm_properties file can be saved within any directory and they will become defaults
# for every opened file within sub-directories until another one is encountered.
# Discovered definition.
invisibles = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment