Skip to content

Instantly share code, notes, and snippets.

@jacine
Created December 14, 2011 21:53
Show Gist options
  • Select an option

  • Save jacine/1478732 to your computer and use it in GitHub Desktop.

Select an option

Save jacine/1478732 to your computer and use it in GitHub Desktop.

Revisions

  1. Joon Park created this gist Dec 14, 2011.
    44 changes: 44 additions & 0 deletions dot_tm_properties
    Original 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