mirror of
https://github.com/textmate/textmate.git
synced 2026-02-13 07:54:58 -05:00
32 lines
743 B
Plaintext
32 lines
743 B
Plaintext
exclude = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib}"
|
|
include = "{.tm_properties,.htaccess}"
|
|
binary = "{*.{icns,ico,jpg,jpeg,m4v,nib,o,pdf,png,psd,pyc,rtf,tif,tiff,xib},Icon\r}"
|
|
|
|
LANG = "en_US.UTF-8"
|
|
LC_CTYPE = "en_US.UTF-8"
|
|
TM_APP_PATH = "${CWD/\/Contents\/Resources$//}"
|
|
|
|
[ "/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
|
|
|
|
[ "/System/Library/Frameworks/**/Headers/**/*" ]
|
|
encoding = "MACROMAN"
|
|
|
|
[ "{BUILD,README,INSTALL,LICENSE,COPYING,TODO}" ]
|
|
fileType = "text.plain"
|