forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tm_properties
60 lines (47 loc) · 1.57 KB
/
.tm_properties
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
# Global settings
windowTitleSCM = '${TM_SCM_BRANCH:+ ($TM_SCM_NAME: $TM_SCM_BRANCH)}'¬
windowTitle = '$TM_DISPLAYNAME$windowTitleSCM'¬
# windowTitle = "($TM_SCM_BRANCH) $TM_FILEPATH"
exclude = "{*.{o,pyc},Icon\r,CVS,_darcs,_MTN,\{arch\},blib,*~.nib}"
include = "{*,.tm_properties,.htaccess,.gitignore}"
binary = "{*.{icns,ico,jpg,jpeg,m4v,nib,o,pdf,png,psd,pyc,rtf,tif,tiff,xib},Icon\r}"
fontName = "Menlo"
fontSize = 13
sellChecking = true
spellingLanguage = 'en'
showInvisibles = true
LANG = "en_US.UTF-8"
LC_CTYPE = "en_US.UTF-8"
TM_GRAILS = "/usr/local/springsource/grails-1.3.7/bin/grails"
TM_GIT = "/usr/local/bin/git"
# Specific overrides
[ text ]
softWrap = false
wrapColumn = 80
softTabs = true
tabSize = 4
[ source ]
softWrap = false
wrapColumn = 80
softTabs = true
tabSize = 4
[ *.groovy ]
fileType = "source.groovy"
[ text.html.markdown ]
softWrap = true
wrapColumn = "Use Window Frame"
softTabs = false
[ text.plain ]
softWrap = true
wrapColumn = "Use Window Frame"
softTabs = false
[ source.ruby ]
tabSize = 2
[ source.plist ]
softTabs = false
[ source.tm-properties ]
spellChecking = false
[ "/System/Library/Frameworks/**/Headers/**/*" ]
encoding = "MACROMAN"
[ "{BUILD,README,INSTALL,LICENSE,COPYING,TODO}" ]
fileType = "text.plain"