-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tm_properties
55 lines (44 loc) · 1.2 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
# Basic Settings
#
fontName = "Monaco"
fontSize = 13
# Extra files to include
#
myExtraIncludes = ".tm_properties,.htaccess,.gitignore"
fileBrowserGlob = "{*,$myExtraIncludes}"
include = "{$include,$myExtraIncludes}"
# Hide log, vendor and tmp directories from search popups.
#
myExtraExcludes = "log,vendor,tmp"
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_GIT = "/usr/local/bin/git"
TM_HG = "/usr/local/bin/hg"
include = "{.tm_properties,.htaccess}"
# Default editing configuration
#
softWrap = false
softTabs = true
tabSize = 2
showInvisibles = true
# File type specific configuration
#
[ text ]
showInvisibles = true
[ .git/COMMIT_EDITMSG ]
spellChecking = true
spellingLanguage = 'en'
[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ]
binary = true
[ source.python ]
tabSize = 4
[ "{README,INSTALL,LICENSE,TODO}" ]
fileType = "text.plain"
[ "{Gemfile}"]
fileType = "source.ruby.rails"