mirror of
https://github.com/textmate/textmate.git
synced 2026-02-12 23:44:56 -05:00
49 lines
1.1 KiB
Plaintext
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"
|