Skip to content

Instantly share code, notes, and snippets.

@markbates
Created December 13, 2011 16:22
Show Gist options
  • Save markbates/1472752 to your computer and use it in GitHub Desktop.
Save markbates/1472752 to your computer and use it in GitHub Desktop.
exclude = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib,vendor,*.log,tmp,log,coverage,coverage.data}"
include = "{.tm_properties,.htaccess,.rvmrc,.gitignore}"
#
# TM_HG = "/opt/local/bin/hg"
# TM_GIT = "/opt/local/bin/git"
#
# [ "/usr/include/{**/,}*" ]
# tabSize = 2
# softTabs = true
#
[ text ]
softWrap = true
softTabs = true
tabSize = 2
#
# [ .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.coffee ]
softTabs = true
tabSize = 2
[ source.plain ]
softTabs = true
tabSize = 2
# [ source.python ]
# softTabs = true
# tabSize = 4
#
# [ "/System/Library/Frameworks/**/Headers/**/*" ]
# encoding = "MACROMAN"
#
# [ "{README,INSTALL,LICENSE,TODO}" ]
# fileType = "text.plain"
@markbates
Copy link
Author

Override TextMate2 Default settings by creating a ~/.tm_properties file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment