-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot-tm_properties-default
64 lines (48 loc) · 1.74 KB
/
dot-tm_properties-default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#local global tm propreties: ~/Library/Application Support/TextMate/Global.tmProperties
#default tm properties: /Applications/TextMate.app/Contents/Resources/Default.tmProperties
#properties reference (TM 2)
# http://wiki.macromates.com/Reference/Settings
theme = '766026CB-703D-4610-B070-8DE07D967C5F'
fontSize = 12
encoding = "UTF-8"
exclude = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*\~.nib}"
include = "{*,.tm_properties,.htaccess}"
binary = "{*.{ai,bz2,flv,gif,gz,icns,ico,jpg,jpeg,m4v,nib,o,pdf,png,psd,pyc,rtf,scssc,swf,tar,tbz,tgz,tif,tiff,zip},Icon\r}"
windowTitleSCM = '${TM_SCM_BRANCH:+ ($TM_SCM_NAME: $TM_SCM_BRANCH)}'
windowTitleProject = '${projectDirectory:+ — ${projectDirectory/^.*\///}}'
windowTitle = '$TM_DISPLAYNAME$windowTitleProject$windowTitleSCM'
LANG = "en_US.UTF-8"
LC_CTYPE = "en_US.UTF-8"
TM_APP_PATH = "${CWD/\/Contents\/Resources$//}"
TM_MATE = "$CWD/mate"
MATEFLAGS = "--no-recent"
TM_QUERY = "$CWD/tm_query"
TM_SCM_COMMIT_WINDOW = "$CWD/commit"
[ attr.untitled ]
fileType = text.plain
[ text ]
softWrap = true
[ text.git-commit ]
spellChecking = true
spellingLanguage = 'en'
[ source.abnf ]
lineEndings = "\r\n"
[ source.ruby ]
softTabs = true
tabSize = 2
[ source.python ]
softTabs = true
tabSize = 4
[ source.makefile ]
softTabs = false
[ source.ninja ]
softTabs = true
[ "/System/Library/Frameworks/**/Headers/**" ]
encoding = "MACROMAN"
tabSize = 8
[ "hg-editor-*.txt" ]
fileType = "text.hg-commit"
[ *.go ]
relatedFilePath = "${TM_FILEPATH/(?=\.go$)/_test/}"
[ *_test.go ]
relatedFilePath = "${TM_FILEPATH/_test(?=\.go$)//}"