Created
December 14, 2011 21:53
-
-
Save jacine/1478732 to your computer and use it in GitHub Desktop.
Revisions
-
Joon Park created this gist
Dec 14, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,44 @@ # 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