Files
textmate/Applications/TextMate/resources/Default.tmProperties
Allan Odgaard 68c0738ff2 Add tm_query executable to TextMate.app
We expose the tool via a TM_QUERY environment variable.
2012-09-24 21:32:29 +02:00

49 lines
1.1 KiB
Plaintext

theme = '71D40D9D-AE48-11D9-920A-000D93589AF6'
fontName = 'Menlo-Regular'
fontSize = 12
exclude = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib}"
include = "{*,.tm_properties,.htaccess}"
binary = "{*.{ai,gif,icns,ico,jpg,jpeg,m4v,nib,o,pdf,png,psd,pyc,rtf,scssc,tif,tiff,xib},Icon\r}"
windowTitleSCM = '${TM_SCM_BRANCH:+ ($TM_SCM_NAME: $TM_SCM_BRANCH)}'
windowTitle = '$TM_DISPLAYNAME$windowTitleSCM'
LANG = "en_US.UTF-8"
LC_CTYPE = "en_US.UTF-8"
TM_APP_PATH = "${CWD/\/Contents\/Resources$//}"
TM_QUERY = "$CWD/tm_query"
[ attr.untitled ]
fileType = text.plain
[ "/usr/include/{**/,}*" ]
tabSize = 8
[ text ]
softWrap = true
[ .git/COMMIT_EDITMSG ]
spellChecking = true
spellingLanguage = 'en'
[ source.ruby ]
softTabs = true
tabSize = 2
[ source.python ]
softTabs = true
tabSize = 4
[ source.makefile; Makefile ]
softTabs = false
[ source.ninja; *.ninja ]
softTabs = true
[ "/System/Library/Frameworks/**/Headers/**/*" ]
encoding = "MACROMAN"
[ "{BUILD,README,INSTALL,LICENSE,COPYING,TODO}" ]
fileType = "text.plain"