forked from koenpunt/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtm_properties
88 lines (67 loc) · 2.01 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Settings
projectDirectory = "$CWD"
windowTitle = "$TM_DISPLAYNAME${TM_DIRECTORY/\A(?:\/Volumes\/wwwapps\w+\/?(.*)|(.+))\z/${2:? – ${2/\A\/Volumes\/wwwapps/\/var\/apps/}:${1/\A(?=.)/ – /}}/}"
showInvisibles = true
softWrap = false
# Extra files to include
#
myExtraIncludes = ".tm_properties,.htaccess,.gitignore"
fileBrowserGlob = "{*,$myExtraIncludes}"
include = "{$include,$myExtraIncludes}"
# Exclude images from file chooser
excludeInFileChooser = "*.{png,gif,jpg,jpeg}"
# Hide log, vendor and tmp directories from search popups.
#
myExtraExcludes = "log,vendor,tmp,public/media"
excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}"
excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
# If you also want to hide them from your project manager pane, add
# the following line to your project's local .tm_properties.
#
# excludeInBrowser = "{$excludeInBrowser,log,vendor,tmp}"
# Configure git and hg
#
TM_HG = "/usr/bin/hg"
TM_GIT = "/usr/bin/git"
# Default editing configuration
#
softWrap = true
showInvisibles = true
# File type specific configuration
#
[ .git/COMMIT_EDITMSG ]
spellChecking = true
spellingLanguage = 'en'
[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ]
binary = true
[ source ]
softTabs = true
tabSize = 2
[ source.php ]
softTabs = false
tabSize = 4
[ source.python ]
softTabs = true
tabSize = 4
[ source.css.less ]
softTabs = true
tabSize = 2
[ source.coffee ]
softTabs = true
tabSize = 2
[ text.haml ]
softTabs = true
tabSize = 2
[ source.yaml ]
softTabs = true
tabSize = 2
[ source.js ]
softTabs = true
tabSize = 2
[ source.json ]
softTabs = true
tabSize = 4
[ attr.untitled ]
fileType = "source.php"
[ "{README,INSTALL,LICENSE,TODO}" ]
fileType = "text.plain"